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
5067020a
Commit
5067020a
authored
Jan 14, 2023
by
longpanda
Browse files
Add tip message when theme file contains non-enclosed literal values. (#2166)
parent
4f533402
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
GRUB2/MOD_SRC/grub-2.04/grub-core/gfxmenu/theme_loader.c
GRUB2/MOD_SRC/grub-2.04/grub-core/gfxmenu/theme_loader.c
+5
-0
No files found.
GRUB2/MOD_SRC/grub-2.04/grub-core/gfxmenu/theme_loader.c
View file @
5067020a
...
...
@@ -734,6 +734,11 @@ read_property (struct parsebuf *p)
"%s:%d:%d property value invalid; "
"enclose literal values in quotes (
\"
)"
,
p
->
filename
,
p
->
line_num
,
p
->
col_num
);
grub_printf
(
"File: %s
\n
Line:%d Column:%d
\n
"
"property value invalid; enclose literal values in quotes (
\"
)
\n\n
"
,
p
->
filename
,
p
->
line_num
,
p
->
col_num
);
goto
done
;
}
...
...
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