Add partition restoring via clipboard

This commit is contained in:
Such Meme, Many Skill
2020-04-04 22:15:13 +02:00
parent a6eaa1ec51
commit 97bbe2a333
7 changed files with 111 additions and 35 deletions

View File

@@ -54,7 +54,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 >= ERR_SAME_LOC && err <= ERR_PARSE_FAIL)
else if (err >= ERR_SAME_LOC && err <= ERR_NO_DESTENATION)
gfx_printf("Desc: %s\n", utils_err_codes_te[err - 50]);
if (loc)