-----Messaggio Originale----- 
Da: "Ella Stern" <ella.st...@xharbour.com>
A: "xharbour developer list" <xharbour-developers@lists.sourceforge.net>
Data invio: mercoledì 15 settembre 2010 13.52
Oggetto: [xHarbour-developers] DirectoryRecurse typo ?


> in rtl\direct.c
>
> in HB_FUNC( DIRECTORYRECURSE )  there is
>
>    szDrive[ 0 ] = ( char ) ( hb_fsCurDrv() + 'A' );
>
> I think it should be:
>
>   szDrive[ 0 ] = ( ( char ) hb_fsCurDrv() ) + 'A';

Done:

2010-09-15 23:23 UTC+0200 Enrico Maria Giordano 
<e.m.giord...@emagsoftware.it>

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to