mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +00:00
- small fix
svn path=/trunk/; revision=25564
This commit is contained in:
parent
a8897783d7
commit
a02b98af72
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue