On Mon, Mar 28, 2011 at 14:14, <mart...@google.com> wrote: > On 2011/03/28 17:59:32, Diego Novillo wrote: >> >> I'm confused. why did you take !HAS_DRIVE_SPEC() out? > > Earlier in the function, the following code makes sure we don't start > the fname with a DRIVE_SPEC. > > if (prefix_length != 0 && HAS_DRIVE_SPEC(fname)) > fname += 2;
Ah, quite right. Thanks. Diego.