mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 14:46:19 +00:00
Merge commit '4264c0b67469896fced5ba8ac4c0e75acbb13ff1' into main
This commit is contained in:
@@ -49,7 +49,7 @@ SDL_LoadObject(const char *sofile)
|
|||||||
ulRC = DosLoadModule(acError, sizeof(acError), pszModName, &hModule);
|
ulRC = DosLoadModule(acError, sizeof(acError), pszModName, &hModule);
|
||||||
SDL_free(pszModName);
|
SDL_free(pszModName);
|
||||||
if (ulRC != NO_ERROR) {
|
if (ulRC != NO_ERROR) {
|
||||||
SDL_SetError("Failed loading %s (E%u)", acError, ulRC);
|
SDL_SetError("Failed loading %s: %s (E%u)", sofile, acError, ulRC);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user