mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
Merge branch 'master' of https://github.com/kiwix/kiwix
This commit is contained in:
commit
1a5f21f1b6
@ -517,7 +517,7 @@ int main(int argc, char **argv) {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
if (optind < argc) {
|
||||
if (optind <= argc) {
|
||||
if (libraryFlag)
|
||||
{
|
||||
libraryPath = argv[optind++];
|
||||
|
Loading…
x
Reference in New Issue
Block a user