From 9bf3f29c4b7c39c82707956f7d3268763816e2a0 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 6 Nov 2017 08:52:26 -0800 Subject: [PATCH] Add TODO note about max ProDOS path --- prodos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodos.cpp b/prodos.cpp index 95dd1b6..2c25804 100644 --- a/prodos.cpp +++ b/prodos.cpp @@ -126,7 +126,7 @@ Is this still needed? , NULL }; - char sPath[ 256 ] = "/"; + char sPath[ 256 ] = "/"; // TODO: What is max ProDOS path? const char *gpPath = NULL; int gnDay = 0;