summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-26 18:04:42 +0000
committertron <tron@openttd.org>2005-03-26 18:04:42 +0000
commit742513d7080599fff21fd758d58ddb191fb922f3 (patch)
tree5d2d21a67ff95ab7c9fbb24a23a1debe9e562b77 /win32.c
parentcef2e24ec4178a4ed84accf719cccb31a54978bf (diff)
downloadopenttd-742513d7080599fff21fd758d58ddb191fb922f3.tar.xz
(svn r2076) Set the name for the parent directory to ".."
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index fefbaaa6d..97d87255f 100644
--- a/win32.c
+++ b/win32.c
@@ -1597,6 +1597,7 @@ FiosItem *FiosGetSavegameList(int *num, int mode)
fios = FiosAlloc();
fios->type = FIOS_TYPE_PARENT;
fios->mtime = 0;
+ strcpy(fios->name, "..");
strcpy(fios->title, ".. (Parent directory)");
}