Date: Sun, 03 Aug 2003 22:32:51 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rich AT phekda DOT freeserve DOT co DOT uk Message-Id: <3405-Sun03Aug2003223250+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3F2CEA9D.45657D21@phekda.freeserve.co.uk> (message from Richard Dawe on Sun, 03 Aug 2003 11:57:33 +0100) Subject: Re: mv bug (filutils? library?) References: <000001c35961$76c1d4a0$0101a8c0 AT acp42g> <3F2CEA9D DOT 45657D21 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 03 Aug 2003 11:57:33 +0100 > From: Richard Dawe > > 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.)