Updated shdocvw-ParseURLFromOutsideSource_Tests patchset

Warning fixes.
This commit is contained in:
Alistair Leslie-Hughes 2022-03-15 09:46:31 +11:00
parent 812c0051c8
commit 399383a95d

View File

@ -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);