DRIVE_Init: Use strtoulW to initialize the drive serial number.

This commit is contained in:
Uwe Bonnes 2002-12-23 01:35:49 +00:00 committed by Alexandre Julliard
parent 6a88716104
commit 6e9ae17bf7
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ int DRIVE_Init(void)
/* Get the serial number */
PROFILE_GetWineIniString( name, SerialW, def_serialW, buffer, 80 );
drive->serial_conf = strtolW( buffer, NULL, 16 );
drive->serial_conf = strtoulW( buffer, NULL, 16 );
/* Get the filesystem type */
PROFILE_GetWineIniString( name, FilesystemW, win95W, buffer, 80 );