miscellanious stuff

This commit is contained in:
Tomas Rivera
2026-04-17 09:51:47 +02:00
parent a4b50c3ada
commit 75905e84c9
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ next_arg:
}
qsort(vaultsArray, vaultsCount, sizeof(const char *), compareString); // sorts the vaults alphabetically
debug("Available vaults");
debug("┌--------------------------------\nAvailable vaults:");
if (shouldDebug) {
for (int i = 0; i < vaultsCount; i++) {
altDebug("%s\n", vaultsArray[i]);