mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 05:00:22 +02:00
updated to latest SDL2 (f9244b2a151)
This commit is contained in:
@@ -197,7 +197,7 @@ SDL_GetPrefPath(const char *org, const char *app)
|
||||
}
|
||||
if (mkdir(retval, 0700) != 0 && errno != EEXIST) {
|
||||
error:
|
||||
SDL_SetError("Couldn't create directory '%s': ", retval, strerror(errno));
|
||||
SDL_SetError("Couldn't create directory '%s': '%s'", retval, strerror(errno));
|
||||
SDL_free(retval);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user