mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 08:06:46 +00:00
remove ZeroMemory - not needed anymore since GetLogicalDriveStrings is fixed
svn path=/trunk/; revision=28015
This commit is contained in:
parent
d631ee5509
commit
6ae0b2c8a0
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ ParseMemSettings(PVIRTMEM pVirtMem)
|
||||||
INT DriveLen;
|
INT DriveLen;
|
||||||
INT PgCnt = 0;
|
INT PgCnt = 0;
|
||||||
|
|
||||||
ZeroMemory(szDrives, sizeof(szDrives));
|
|
||||||
DriveLen = GetLogicalDriveStrings(1023,
|
DriveLen = GetLogicalDriveStrings(1023,
|
||||||
szDrives);
|
szDrives);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue