mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
SDL_os2video.c: missed replacing a use of libc function
This commit is contained in:
@@ -1444,7 +1444,7 @@ static int OS2_VideoInit(_THIS)
|
|||||||
return SDL_SetError("Window class not successfully registered.");
|
return SDL_SetError("Window class not successfully registered.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stricmp(_this->name, OS2DRIVER_NAME_VMAN) == 0)
|
if (SDL_strcasecmp(_this->name, OS2DRIVER_NAME_VMAN) == 0)
|
||||||
pVData->pOutput = &voVMan;
|
pVData->pOutput = &voVMan;
|
||||||
else
|
else
|
||||||
pVData->pOutput = &voDive;
|
pVData->pOutput = &voDive;
|
||||||
|
|||||||
Reference in New Issue
Block a user