diff --git a/buildtools b/buildtools index b7b2d2f..767a439 160000 --- a/buildtools +++ b/buildtools @@ -1 +1 @@ -Subproject commit b7b2d2fece2c2c124d14271570f1fe8ed5b72e92 +Subproject commit 767a4397764467732ec2f6ec173769be16ce7da5 diff --git a/include/dr_libs b/include/dr_libs index 6710c67..399fad3 160000 --- a/include/dr_libs +++ b/include/dr_libs @@ -1 +1 @@ -Subproject commit 6710c671ab32b36b4bb7600a707e60da1caa29ab +Subproject commit 399fad3da2058206e130db5a35792352e69d5824 diff --git a/source/main.c b/source/main.c index 5ca9d35..f7b14e0 100644 --- a/source/main.c +++ b/source/main.c @@ -82,7 +82,7 @@ static int changeFile(const char* ep_file, struct playbackInfo_t* playbackInfo) { s32 prio; static Thread thread = NULL; - + if(ep_file != NULL && getFileType(ep_file) == FILE_TYPE_ERROR) { *playbackInfo->errInfo->error = errno; @@ -454,7 +454,7 @@ int main(int argc, char **argv) fileNum < fileMax) { int skip = fileMax - fileNum; - + if(skip > MAX_LIST / 2) skip = MAX_LIST / 2;