mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2025-01-14 16:33:35 +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++ )
|
for( i = 0; i < nPathLen; i++ )
|
||||||
if( path[i] == '/' )
|
if( path[i] == '/' )
|
||||||
{
|
{
|
||||||
iDirName = i - 1;
|
iDirName = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user