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';


Ella
------------------------------------------------------------------------------
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