Package: gnu-efi
Version: 3.0v-5
Severity: normal

Dear Maintainer,

this sample EFI program:

        EFI_STATUS
        efi_main (EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) {
                UINT16 var = 0x1f;

                InitializeLib(ImageHandle, SystemTable);
                Print(L"var as 0x04hx: 0x%04hx\n", var);
                Print(L"var as 0x04hX: 0x%04hX\n", var);
                return EFI_SUCCESS;
        }

generates the following output:

        var as 0x04hx: 0x001F
        var as 0x04hX: 0x0000001F

which is not what one would expect...the expected output would have
been:

        var as 0x04hx: 0x001f
        var as 0x04hx: 0x001F


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information

-- 
David Härdeman


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to