Altered & Renamed LookupString, Added DrvUtil_SetIdent
[tpg/acess2.git] / Kernel / vfs / fs / fat.c
index c840bdd..3ebe89a 100644 (file)
@@ -116,6 +116,7 @@ tVFS_Node *FAT_InitDevice(char *Device, char **options)
                case FAT12:     sFatType = "FAT12";     break;\r
                case FAT16:     sFatType = "FAT16";     break;\r
                case FAT32:     sFatType = "FAT32";     break;\r
+               default:        sFatType = "UNKNOWN";   break;\r
                }\r
                if(iSize <= 2*1024) {\r
                        sSize = "KiB";\r

UCC git Repository :: git.ucc.asn.au