os2.c
changeset 2559 08e648022cb0
parent 2548 97ada3bd2702
child 2560 00ad0c27c2f3
--- a/os2.c	Thu Oct 27 19:30:40 2005 +0000
+++ b/os2.c	Fri Oct 28 00:09:59 2005 +0000
@@ -354,6 +354,10 @@
 			strcat(path, item->name);
 			break;
 
+		case FIOS_TYPE_DIRECT:
+			sprintf(path, "%s\\", item->name);
+			break;
+
 		case FIOS_TYPE_FILE:
 		case FIOS_TYPE_OLDFILE:
 		case FIOS_TYPE_SCENARIO: