From 166a14fd747fca83bf0ece647ae62bf4081fbc4d Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Tue, 7 Nov 2017 07:47:41 -0800 Subject: [PATCH] Add note where path splitting occurs --- prodos.tools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/prodos.tools.cpp b/prodos.tools.cpp index e791f85..1dfa717 100644 --- a/prodos.tools.cpp +++ b/prodos.tools.cpp @@ -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] == '/' ) {