Commit 7fe038b6 authored by longpanda's avatar longpanda
Browse files

Merge branch 'master' of https://github.com/ventoy/Ventoy

parents c01c69db 0e996e74
...@@ -297,7 +297,7 @@ int read_sort_file(char *filename, int source, char *source_path[]) ...@@ -297,7 +297,7 @@ int read_sort_file(char *filename, int source, char *source_path[])
} else if((errno == ERANGE) || } else if((errno == ERANGE) ||
(priority < -32768 || priority > 32767)) { (priority < -32768 || priority > 32767)) {
ERROR("Sort file \"%s\", entry \"%s\" has priority " ERROR("Sort file \"%s\", entry \"%s\" has priority "
"outside range of -32767:32768.\n", filename, "outside range of -32768:32767.\n", filename,
line_buffer); line_buffer);
goto failed; goto failed;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment