From: Wolfgang Bumiller Date: Sat, 12 Jan 2013 15:38:49 +0000 (+0100) Subject: fix a build issue X-Git-Tag: before-library~276 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7fc88cfe5b53e6c9740f48335206d5a2b7d03bcb;p=xonotic%2Fgmqcc.git fix a build issue --- diff --git a/ir.c b/ir.c index 13afbba..a641310 100644 --- a/ir.c +++ b/ir.c @@ -485,7 +485,7 @@ ir_function* ir_function_new(ir_builder* owner, int outtype) self->values = NULL; self->locals = NULL; - self->max_varargs = NULL; + self->max_varargs = 0; self->code_function_def = -1; self->allocated_locals = 0;