diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2022-02-24 00:47:18 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-02-27 16:13:35 +0000 |
| commit | c1fa6f4c5d4bf40116d2d1522dd1561a7e4d8eea (patch) | |
| tree | 2a10eb2e073b773b50168534aa121e3e614e1f2c /lib/libefivar | |
| parent | 492d9953fa2a2bfe961e3f361462f0a97bec1ee7 (diff) | |
Diffstat (limited to 'lib/libefivar')
| -rw-r--r-- | lib/libefivar/efivar-dp-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libefivar/efivar-dp-format.c b/lib/libefivar/efivar-dp-format.c index 0062216ac307..9c1969d81423 100644 --- a/lib/libefivar/efivar-dp-format.c +++ b/lib/libefivar/efivar-dp-format.c @@ -556,7 +556,7 @@ DevPathToTextAcpiEx ( ); } } else { - if (AllowShortcuts) { + if (DisplayOnly) { // // display only // |
