mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
More Haiku fixes.
This commit is contained in:
parent
24006be288
commit
fb7a02912a
@ -27,6 +27,7 @@
|
||||
|
||||
#include <os/kernel/image.h>
|
||||
#include <os/storage/Directory.h>
|
||||
#include <os/storage/Entry.h>
|
||||
#include <os/storage/Path.h>
|
||||
|
||||
#include "SDL_error.h"
|
||||
@ -62,7 +63,7 @@ SDL_GetBasePath(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
SDL_strcpy(retval, str);
|
||||
strcpy(retval, str);
|
||||
retval[len] = '/';
|
||||
retval[len+1] = '\0';
|
||||
return retval;
|
||||
|
Loading…
Reference in New Issue
Block a user