We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7e286 commit 2de9326Copy full SHA for 2de9326
helpers/flipbip_file.c
@@ -45,6 +45,7 @@ bool flipbip_load_settings(char* settings, bool key_file) {
45
} else {
46
memzero(settings, strlen(settings));
47
settings[0] = '\0';
48
+ return false;
49
}
50
storage_file_close(settings_file);
51
storage_file_free(settings_file);
0 commit comments