Ignore menu entries in entries count and include sd ejection detection
This commit is contained in:
@@ -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_FILE_TOO_BIG_FOR_DEST)
|
||||
else if (err >= ERR_SAME_LOC && err <= ERR_SD_EJECTED)
|
||||
gfx_printf("Desc: %s\n", utils_err_codes_te[err - 50]);
|
||||
|
||||
if (loc)
|
||||
|
||||
Reference in New Issue
Block a user