Fixed all warnings, some little bugs, and improved compatibility with >1GB RAM

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@54 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-21 12:47:32 +00:00
parent 750e68ed35
commit 272506e850
17 changed files with 1535 additions and 1584 deletions

View File

@@ -35,7 +35,7 @@ void Charger_INI_Clear_string(char * String)
{
// Suppression d'un espace ou d'un tab:
strcpy(String+Indice,String+Indice+1);
memmove(String+Indice,String+Indice+1,strlen(String+Indice));
}
else
if ((String[Indice]==';') ||