mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
fix: multiple small bugs from previous commit
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user