From b45276aa45fd7d7021609efa325d54674bcf4896 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Sat, 8 Apr 2023 08:42:02 -0700 Subject: [PATCH] Add note about ProDOS path --- prodos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodos.cpp b/prodos.cpp index 039d52a..1a80c20 100644 --- a/prodos.cpp +++ b/prodos.cpp @@ -157,7 +157,7 @@ Is this still needed? , NULL }; - char sPath[ 256 ] = "/"; // TODO: What is max ProDOS path? + char sPath[ 256 ] = "/"; // TODO: What is max ProDOS path? 128 characters? const char *gpPath = NULL; int gnDay = 0;