mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-11 19:21:02 +00:00
Fix runtime issues,
This commit is contained in:
@@ -56,7 +56,7 @@ const char *wstringtofilename(const wstring& name)
|
||||
for(unsigned int i = 0; i < name.length(); i++ )
|
||||
{
|
||||
wchar_t c = name[i];
|
||||
#if defined __PS3__ || defined __ORBIS__
|
||||
#if defined __PS3__ || defined __ORBIS__ || defined __linux__
|
||||
if(c=='\\') c='/';
|
||||
#else
|
||||
if(c=='/') c='\\';
|
||||
|
||||
Reference in New Issue
Block a user