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

    r1434 r1438  
    799799              if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 ||
    800800                  fShowFSTypeInTree)
    801                 strcpy(FileSystem, "");
     801                strcpy(FileSystem, NullStr);
    802802              if (fShowDriveLabelInTree)
    803                 strcpy(szTmpLabel, "");
     803                strcpy(szTmpLabel, NullStr);
    804804              else
    805805                strcpy(szTmpLabel, volser.volumelabel);
Note: See TracChangeset for help on using the changeset viewer.