mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 14:49:55 +00:00
12 lines
256 B
Diff
12 lines
256 B
Diff
|
--- a/lib.c
|
||
|
+++ b/lib.c
|
||
|
@@ -1438,7 +1438,7 @@ uc_printf_common(uc_vm_t *vm, size_t nar
|
||
|
|
||
|
switch (t) {
|
||
|
case UC_INTEGER:
|
||
|
- ucv_stringbuf_printf(buf, sfmt, arg.n);
|
||
|
+ ucv_stringbuf_printf(buf, sfmt, (int)arg.n);
|
||
|
break;
|
||
|
|
||
|
case UC_DOUBLE:
|