mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-12-26 14:29:15 +00:00
Fix GET to parse paths properly
This commit is contained in:
parent
1ac7e2f26a
commit
a0529687bd
@ -501,7 +501,7 @@ int prodos_FindFile( ProDOS_VolumeHeader_t *volume, const char *path, int base =
|
||||
for( i = 0; i < nPathLen; i++ )
|
||||
if( path[i] == '/' )
|
||||
{
|
||||
iDirName = i - 1;
|
||||
iDirName = i;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user