mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Updated shdocvw-ParseURLFromOutsideSource_Tests patchset
Warning fixes.
This commit is contained in:
parent
812c0051c8
commit
399383a95d
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user