X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FFAT%2Fdir.c;fp=KernelLand%2FModules%2FFilesystems%2FFAT%2Fdir.c;h=8a690a131cfcbc5a5c68bb92c56d36affcdc1b1a;hb=53d12157a95444f260dbb5de6b04ef309a52e3c7;hp=910b337fce6da34c5fa9279731368bb2af525129;hpb=5f3eb0c8157fd9329e7cc7672f9ed2809947574a;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/FAT/dir.c b/KernelLand/Modules/Filesystems/FAT/dir.c index 910b337f..8a690a13 100644 --- a/KernelLand/Modules/Filesystems/FAT/dir.c +++ b/KernelLand/Modules/Filesystems/FAT/dir.c @@ -5,7 +5,7 @@ * dir.c * - Directory access/manipulation code */ -#define DEBUG 1 +#define DEBUG 0 #include #include #include "common.h"