- small fix

svn path=/trunk/; revision=25564
This commit is contained in:
Johannes Anderwald 2007-01-21 19:12:46 +00:00
parent a8897783d7
commit a02b98af72

View file

@ -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);
}
}