From e2d51dfc4b619490ec1f093d35602ef160997c54 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 15 Aug 2023 14:53:25 +1000 Subject: [PATCH] Updated widl-SLTG_Typelib_Support patchset Remove compile warning. --- .../0023-oleaut32-Implement-decoding-of-SLTG-help-strings.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/widl-SLTG_Typelib_Support/0023-oleaut32-Implement-decoding-of-SLTG-help-strings.patch b/patches/widl-SLTG_Typelib_Support/0023-oleaut32-Implement-decoding-of-SLTG-help-strings.patch index 96f603af..0c47815a 100644 --- a/patches/widl-SLTG_Typelib_Support/0023-oleaut32-Implement-decoding-of-SLTG-help-strings.patch +++ b/patches/widl-SLTG_Typelib_Support/0023-oleaut32-Implement-decoding-of-SLTG-help-strings.patch @@ -202,7 +202,7 @@ index 82ea76c..0a5e07c 100644 - /* Skip this WORD and get the next DWORD */ - len = *(DWORD*)(pAfterOTIBlks + 2); + hlp_strings = (const BYTE *)ptr + sizeof(DWORD); -+ TRACE("max help string length %#x, help strings length %#x\n", ++ TRACE("max help string length %#x, help strings length %#lx\n", + *(WORD *)hlp_strings, *(DWORD *)(hlp_strings + 2)); /* Now add this to pLibBLk look at what we're pointing at and