Skip to content
Commit 9900e462 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: use logical and in do_env_print_efi()



If we want to check if two booleans are true, we should use a logical
conjunction (&&) and not a bitwise and-operator (&).

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 306bf6e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment