Fix number in header of b_manage
This commit is contained in:
Submodule lib/argparse updated: 20f0196321...c69d8e1960
@@ -18,7 +18,7 @@ namespace platform {
|
|||||||
indexList = true;
|
indexList = true;
|
||||||
openExcel = false;
|
openExcel = false;
|
||||||
workbook = NULL;
|
workbook = NULL;
|
||||||
if (numFiles == 0) {
|
if (numFiles == 0 or numFiles > results.size()) {
|
||||||
this->numFiles = results.size();
|
this->numFiles = results.size();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user