src/filesystem/beos


Log

Author Commit Date CI Message
Ryan C. Gordon 3984c7d8 2013-08-20T23:20:32 Actually, this should be a memcpy(). We already know the exact length we just allocated, and we plan to append our own null terminator to the end of the copy, so this makes more sense.
Ryan C. Gordon fb7a0291 2013-08-20T20:39:22 More Haiku fixes.
Ryan C. Gordon 2dd7091e 2013-08-20T19:57:11 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.