Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
7fe038b6
Commit
7fe038b6
authored
Mar 24, 2022
by
longpanda
Browse files
Merge branch 'master' of
https://github.com/ventoy/Ventoy
parents
c01c69db
0e996e74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c
SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c
+1
-1
No files found.
SQUASHFS/squashfs-tools-4.4/squashfs-tools/sort.c
View file @
7fe038b6
...
@@ -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 -3276
7
:3276
8
.
\n
"
,
filename
,
"outside range of -3276
8
:3276
7
.
\n
"
,
filename
,
line_buffer
);
line_buffer
);
goto
failed
;
goto
failed
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment