Changeset 3abff5c in nscp
- Timestamp:
- 06/25/08 07:21:46 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- c165d1d
- Parents:
- 5fda37e
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
modules/CheckDisk/CheckDisk.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
changelog
r5fda37e r3abff5c 5 5 * Improved socket performance (would be nice if we could be used as a "hub") 6 6 * "The message is blocked by User Interface Privilege Isolation, Administrative applications that need to see it can allow it through by calling ChangeWindowMessageFilter after making sure the necessary security precautions are in place. " 7 8 2008-06-25 MickeM 9 * Fixed issue with CheckDriveSize and CheckAllOthers (#188) 7 10 8 11 2008-06-24 MickeM -
modules/CheckDisk/CheckDisk.cpp
re380ffe r3abff5c 205 205 for (std::list<DriveContainer>::const_iterator pit = drives.begin();pit!=drives.end();++pit) { 206 206 DriveContainer drive = (*pit); 207 if ( drive.data == drv)207 if (_wcsicmp(drive.data.substr(0,1).c_str(), drv.substr(0,1).c_str())==0) 208 208 bFound = true; 209 209 }
Note: See TracChangeset
for help on using the changeset viewer.








