mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- small fix
svn path=/trunk/; revision=25564
This commit is contained in:
@@ -360,7 +360,7 @@ _main(int argc,
|
||||
if ((DeviceMap.Query.DriveMap & (1 << i))
|
||||
&& (DeviceMap.Query.DriveType[i] == DOSDEVICE_DRIVE_FIXED))
|
||||
{
|
||||
swprintf(DrivePath, L"%c:\\", 'A'+i);
|
||||
swprintf(DrivePath, L"%c:\\", L'A'+i);
|
||||
CheckVolume(DrivePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user