Add note where path splitting occurs

This commit is contained in:
Michaelangel007 2017-11-07 07:47:41 -08:00
parent faaa2df0f6
commit 166a14fd74
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ int prodos_FindFile( ProDOS_VolumeHeader_t *volume, const char *path, int base =
char sDirName[16];
int i;
// Split path
for( i = 0; i < nPathLen; i++ )
if( path[i] == '/' )
{