mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
miscellanious stuff
This commit is contained in:
+1
-1
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user