mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-26 21:49:37 +00:00
Add note where path splitting occurs
This commit is contained in:
parent
faaa2df0f6
commit
166a14fd74
@ -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] == '/' )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user