Print just the variables when we're not printing the values.
Sponsored by: Netflix
This commit is contained in:
parent
80967c8e1c
commit
902af7c6f5
@ -219,6 +219,8 @@ print_var(efi_guid_t *guid, char *name)
|
||||
bindump(data, datalen);
|
||||
else
|
||||
hexdump(data, datalen);
|
||||
} else {
|
||||
printf("%s-%s", gname, name);
|
||||
}
|
||||
free(gname);
|
||||
if (!Nflag)
|
||||
|
Loading…
Reference in New Issue
Block a user