X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FFAT%2Fdir.c;h=8a690a131cfcbc5a5c68bb92c56d36affcdc1b1a;hb=d8b31df1121ff75fe218f83574eb600c47f8d2d5;hp=910b337fce6da34c5fa9279731368bb2af525129;hpb=97159caf60a26cff3cc8f52e050a44d2492430f8;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"