Mail Archives: djgpp-workers/2003/08/03/16:00:31
Hello.
Eli Zaretskii wrote:
>
> > Date: Sun, 03 Aug 2003 11:57:33 +0100
> > From: Richard Dawe <rich AT phekda DOT freeserve DOT co DOT uk>
> >
> > For some reason _truename returns an LFN when called on "junk" (real_old)
> > and an SFN when called on "junk/junk" (real_new) or "junk\\junk":
> >
> > (gdb) p _truename(real_old, 0)
> > $15 = 0xad0a8 "C:\\thisisalongname\\junk"
> > (gdb) p _truename(real_new, 0)
> > $16 = 0xad0c8 "C:\\THISIS~1\\JUNK\\junk"
>
> Does it help to call a different subfunction of function 7160h instead
> of subfunction 2 called by _truename? (See RBIL for more details.)
You probably already noticed, but I posted a patch that does that. ;)
Thanks, bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -