From 7d0b0049009f50197ae8225c7cb7f7913ea83314 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Wed, 10 Jan 2007 10:34:47 +0000 Subject: [PATCH] Updated directory iterator functions for DevkitPro r20 --- source/fatdir.c | 3 +++ source/fatdir.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/source/fatdir.c b/source/fatdir.c index 80ec321..57ab2fa 100644 --- a/source/fatdir.c +++ b/source/fatdir.c @@ -39,6 +39,9 @@ 2006-10-01 - Chishm * Now clears the whole cluster when creating a new directory, bug found by Hermes + + 2007-01-10 - Chishm + * Updated directory iterator functions for DevkitPro r20 */ #include diff --git a/source/fatdir.h b/source/fatdir.h index 8ef0205..5ad7b3b 100644 --- a/source/fatdir.h +++ b/source/fatdir.h @@ -33,6 +33,9 @@ 2006-08-14 - Chishm * Added directory iterator functions + + 2007-01-10 - Chishm + * Updated directory iterator functions for DevkitPro r20 */