fix: multiple small bugs from previous commit

This commit is contained in:
2026-04-26 21:37:20 +02:00
parent 3fb2a32b83
commit d5b5d07e64
3 changed files with 22 additions and 12 deletions
-1
View File
@@ -487,7 +487,6 @@ next_arg:
}
}
qsort(vaultsArray, vaultsCount, sizeof(const char *), compareString); // sorts the vaults alphabetically
debug("┌--------------------------------\nAvailable vaults:");
if (shouldDebug) {
for (int i = 0; i < vaultsCount; i++) {