From fdc7f30b827e7e9d04aaff7c1e70f5e703190198 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sat, 13 Jun 2020 20:08:58 -0400 Subject: [PATCH] Removed commented out code block --- sortdir.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sortdir.c b/sortdir.c index d711f2e..6f61313 100644 --- a/sortdir.c +++ b/sortdir.c @@ -3,6 +3,7 @@ * * Bobbi January-June 2020 * + * TODO: Maybe no-op sort is useful after all? * TODO: Need code to write out modified freelist if there are fixes * TODO: Get both ProDOS-8 and GNO versions to build from this source * TODO: Trimming unused directory blocks @@ -1393,10 +1394,6 @@ int readdir(uint device, uint blocknum) { } #endif ++numfiles; -// if (numfiles == maxfiles) { -// err(NONFATAL, err_many); -// return 1; // TODO -// } if (errcount == errsbeforeent) { for (i = 0; i < 53 - strlen(namebuf); ++i) putchar(' ');