Changeset - r1572:a01533f6f10d
[Not reviewed]
master
0 3 0
tron - 19 years ago 2005-03-26 18:04:42
tron@openttd.org
(svn r2076) Set the name for the parent directory to ".."
3 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
os2.c
Show inline comments
 
@@ -104,6 +104,7 @@ FiosItem *FiosGetSavegameList(int *num, 
 
		fios = FiosAlloc();
 
		fios->type = FIOS_TYPE_PARENT;
 
		fios->mtime = 0;
 
		strcpy(fios->name, "..");
 
		strcpy(fios->title, ".. (Parent directory)");
 
	}
 

	
unix.c
Show inline comments
 
@@ -90,6 +90,7 @@ FiosItem *FiosGetSavegameList(int *num, 
 
		fios = FiosAlloc();
 
		fios->type = FIOS_TYPE_PARENT;
 
		fios->mtime = 0;
 
		strcpy(fios->name, "..");
 
		strcpy(fios->title, ".. (Parent directory)");
 
	}
 

	
win32.c
Show inline comments
 
@@ -1597,6 +1597,7 @@ FiosItem *FiosGetSavegameList(int *num, 
 
		fios = FiosAlloc();
 
		fios->type = FIOS_TYPE_PARENT;
 
		fios->mtime = 0;
 
		strcpy(fios->name, "..");
 
		strcpy(fios->title, ".. (Parent directory)");
 
	}
 

	
0 comments (0 inline, 0 general)