Changeset 1438 for trunk/dll/srchpath.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/srchpath.c

    r1398 r1438  
    133133
    134134  if (!filename)
    135     return "";
     135    return NullStr;
    136136  found = searchapath(PCSZ_PATH, filename);
    137137  if (!*found) {
Note: See TracChangeset for help on using the changeset viewer.