aboutgitcodelistschat:MatrixIRC
path: root/cooker/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/call.c')
-rw-r--r--cooker/call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cooker/call.c b/cooker/call.c
index d44ff6f..1c29db8 100644
--- a/cooker/call.c
+++ b/cooker/call.c
@@ -139,6 +139,7 @@ static union value parse_field(struct gluten_ctx *g, struct arg *args,
return v;
switch (f->type) {
+ case USHORT:
case INT:
case LONG:
case U32:
@@ -245,6 +246,7 @@ bool arg_needs_temp(struct field *f, int pos, JSON_Value *jvalue,
}
switch (f->type) {
+ case USHORT:
case INT:
case LONG:
case U32: