Fixed compilation error on Linux (name conflicts, issue 132)

Load/Save: Fixed display of mount points and drives ("Select drive" button)
Started documenting global variables


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@698 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-27 20:14:28 +00:00
parent efbc978e6f
commit 663229efb3
15 changed files with 344 additions and 272 deletions

View File

@@ -106,7 +106,7 @@ char * Format_filename(char * fname, int type)
else if (fname[0]=='.' || type==2)
{
// Fichiers ".quelquechose" ou lecteurs: Calé à gauche sur 18 caractères maximum.
strcpy(result," ");
strcpy(result," ");
for (c=0;fname[c]!='\0' && c < 18;c++)
result[c]=fname[c];
// Un caractère spécial pour indiquer que l'affichage est tronqué