unix.c
changeset 1572 6d0111113f0b
parent 1509 2c232b7d2114
child 1596 c1c439a2d5b2
--- a/unix.c	Sat Mar 26 12:08:56 2005 +0000
+++ b/unix.c	Sat Mar 26 18:04:42 2005 +0000
@@ -90,6 +90,7 @@
 		fios = FiosAlloc();
 		fios->type = FIOS_TYPE_PARENT;
 		fios->mtime = 0;
+		strcpy(fios->name, "..");
 		strcpy(fios->title, ".. (Parent directory)");
 	}