Re-implement bis restoring

This commit is contained in:
Such Meme, Many Skill
2020-03-19 16:11:18 +01:00
parent 2d6411f60a
commit 4e1368faaf
9 changed files with 280 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ int gfx_errDisplay(char *src_func, int err, int loc){
if (err < 15)
gfx_printf("Desc: %s\n", utils_err_codes[err]);
else if (err >= 50 && err <= ERR_BISKEY_DUMP_FAILED)
else if (err >= ERR_SAME_LOC && err <= ERR_FILE_TOO_BIG_FOR_DEST)
gfx_printf("Desc: %s\n", utils_err_codes_te[err - 50]);
if (loc)