mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
Remove the extra grub_printf. Woops.
This commit is contained in:
parent
c8494619a4
commit
8ea95694cb
1 changed files with 1 additions and 2 deletions
|
@ -152,11 +152,10 @@ index b5e6eb0..c44eced 100644
|
||||||
p[i++] = *s++;
|
p[i++] = *s++;
|
||||||
else
|
else
|
||||||
p[i++] = ch;
|
p[i++] = ch;
|
||||||
@@ -381,14 +402,25 @@ parse_string (const char *str,
|
@@ -381,14 +402,24 @@ parse_string (const char *str,
|
||||||
int escaped = 0;
|
int escaped = 0;
|
||||||
const char *optr;
|
const char *optr;
|
||||||
|
|
||||||
+ grub_printf("str: \"%s\"\n", str);
|
|
||||||
for (ptr = str; ptr && *ptr; )
|
for (ptr = str; ptr && *ptr; )
|
||||||
switch (*ptr)
|
switch (*ptr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue