Windows shortcuts: remove warnings

Change-Id: I987cbf14da2f320ddbe3190b48ba5f8006d2ea3f
This commit is contained in:
Sebastian Leonhardt 2019-08-11 22:57:08 +02:00
parent 5c701b0280
commit 3b75f98700

View file

@ -119,7 +119,7 @@ static bool extract_link_destination(const int fd,
r = read_lword(fd, &size);
if (!r) return false;
if (size!=0x4c) { /* header size MUST be 76 bytes */
DEBUGF("unexpected header size 0x%08lx (must be 0x0000004c)\n", size);
DEBUGF("unexpected header size 0x%08x (must be 0x0000004c)\n", size);
return false;
}