Changeset 1438 for trunk/dll/dirs.c


Ignore:
Timestamp:
Jun 28, 2009, 10:47:00 PM (16 years ago)
Author:
Gregg Young
Message:

Improved drivebar changes; Added AddBackslashToPath() to remove repeatative code. replaced "
" with PCSZ variable; ANY_OBJ added the DosAlloc... (experimental)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirs.c

    r1346 r1438  
    8989      if ((CHAR) ((CHAR) curdrive + '@') != (CHAR) toupper(*HomePath) &&
    9090          (CHAR) ((CHAR) curdrive + '@') != (CHAR) toupper(*path))
    91         DosChDir("\\");
     91        DosChDir(PCSZ_BACKSLASH);
    9292    }
    9393    ret = DosSelectDisk(toupper(*path) - '@');
Note: See TracChangeset for help on using the changeset viewer.