Integrate path fix from Android port (tnanks a lot Pelya)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2071 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -461,7 +461,7 @@ int Init_program(int argc,char * argv[])
|
||||
strcpy(Main_selector.Directory,program_directory);
|
||||
#else
|
||||
// On détermine le répertoire courant:
|
||||
getcwd(Main_selector.Directory,256);
|
||||
getcwd(Main_selector.Directory,MAX_PATH_CHARACTERS);
|
||||
#endif
|
||||
|
||||
// On en profite pour le mémoriser dans le répertoire principal:
|
||||
|
||||
Reference in New Issue
Block a user