[PATCH] programs/wscript: use correct integral type
Jan. 25, 2022
2:40 a.m.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> --- programs/wscript/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wscript/host.c b/programs/wscript/host.c index e20d3132f16..8765dd271f4 100644 --- a/programs/wscript/host.c +++ b/programs/wscript/host.c @@ -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;
1521
Age (days ago)
1521
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Pouech