Add note about ProDOS path

This commit is contained in:
michaelangel007 2023-04-08 08:42:02 -07:00
parent 02b879a851
commit b45276aa45
1 changed files with 1 additions and 1 deletions

View File

@ -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;