Commit 53b179dc authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

wscript: Use correct integral type.

parent 21fa9fa3
......@@ -314,7 +314,7 @@ static HRESULT WINAPI Host_Echo(IHost *iface, SAFEARRAY *args)
{
WCHAR *output = NULL, *ptr;
unsigned argc, i, len;
int ubound, lbound;
LONG ubound, lbound;
VARIANT *argv;
BSTR *strs;
HRESULT hres;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment