From 399383a95dd1e771092c057b4fabc5b31e10304d Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 15 Mar 2022 09:46:31 +1100 Subject: [PATCH] Updated shdocvw-ParseURLFromOutsideSource_Tests patchset Warning fixes. --- ...1-shdocvw-Check-precisely-ParseURLFromOutsideSourceX-r.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/shdocvw-ParseURLFromOutsideSource_Tests/0001-shdocvw-Check-precisely-ParseURLFromOutsideSourceX-r.patch b/patches/shdocvw-ParseURLFromOutsideSource_Tests/0001-shdocvw-Check-precisely-ParseURLFromOutsideSourceX-r.patch index e1236a8f..8ee4fd98 100644 --- a/patches/shdocvw-ParseURLFromOutsideSource_Tests/0001-shdocvw-Check-precisely-ParseURLFromOutsideSourceX-r.patch +++ b/patches/shdocvw-ParseURLFromOutsideSource_Tests/0001-shdocvw-Check-precisely-ParseURLFromOutsideSourceX-r.patch @@ -83,7 +83,7 @@ index fcfd4a644db..f010062ac31 100644 + ok( res == 1 && len == ParseURL_table[0].len && !lstrcmpA(bufferA, ParseURL_table[0].newurl), - "got %ld and %ld with '%s' (expected '!=0' and %ld with '%s')\n", -+ "got %ld and %ld with '%s' (expected 1 and %d with '%s')\n", ++ "got %ld and %ld with '%s' (expected 1 and %ld with '%s')\n", res, len, bufferA, ParseURL_table[0].len, ParseURL_table[0].newurl);