You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Updated shdocvw-ParseURLFromOutsideSource_Tests patchset
Warning fixes.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user