We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8749f commit a46a7f8Copy full SHA for a46a7f8
src/AudioTools/AudioLibs/SDDirect.h
@@ -54,7 +54,7 @@ class SDDirect {
54
listDir(start_dir);
55
max_idx = actual_idx;
56
}
57
- return max_idx;
+ return max_idx + 1;
58
59
60
protected:
0 commit comments