From 3b75f98700c01266c1d3477767114e41325024c9 Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Sun, 11 Aug 2019 22:57:08 +0200 Subject: Windows shortcuts: remove warnings Change-Id: I987cbf14da2f320ddbe3190b48ba5f8006d2ea3f --- apps/plugins/windows_lnk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/windows_lnk.c b/apps/plugins/windows_lnk.c index 6ef1a6a3ac..8b89f7f25b 100644 --- a/apps/plugins/windows_lnk.c +++ b/apps/plugins/windows_lnk.c @@ -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; } -- cgit v1.2.3