Below is a user comment from comp.lang.xharbour regarding the problem that
DirName() sometimes returns wrong result, but CurDir() always works as it
should.

Ella

<quote>

There is really bug, in <xHb>/source/ct/disk.c ...
When someone updated *Drv* & *Dir* functions to be Hb compatible he forgot?
to ct DirName() ... In HB_FUNC( DIRNAME )
    hb_fsCurDirBuff( hb_fsCurDrv(), ...
MUST be changed to
    hb_fsCurDirBuff( hb_fsCurDrv()+1, ...

And, to be CT compatible, function DirName() MUST accept parameter cDrv ;)
With best regards,
Dusan

<end quote>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to