From: longpanda Date: Thu, 24 Mar 2022 15:48:01 +0000 (+0800) Subject: Merge branch 'master' of https://github.com/ventoy/Ventoy X-Git-Tag: v1.0.72~9 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/7fe038b69723fd8388f620963354dcb657b9f78c?hp=c01c69db3baec45486f58c0063463cc70c17c95a Merge branch 'master' of https://github.com/ventoy/Ventoy --- diff --git a/SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c b/SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c index 89df9e4..f50b4d2 100644 --- a/SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c +++ b/SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c @@ -297,7 +297,7 @@ int read_sort_file(char *filename, int source, char *source_path[]) } else if((errno == ERANGE) || (priority < -32768 || priority > 32767)) { ERROR("Sort file \"%s\", entry \"%s\" has priority " - "outside range of -32767:32768.\n", filename, + "outside range of -32768:32767.\n", filename, line_buffer); goto failed; }