From: Dale Weiler Date: Sun, 21 Jul 2013 21:56:03 +0000 (+0000) Subject: Another one X-Git-Tag: v0.3.0~75 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=96ec27966330f93223fbaa7c314660a85df40d2e Another one --- diff --git a/exec.c b/exec.c index 00f32f1..959f90b 100644 --- a/exec.c +++ b/exec.c @@ -1050,6 +1050,8 @@ int main(int argc, char **argv) { p.vtype = TYPE_STRING; else if (argv[1][1] == 'v') p.vtype = TYPE_VECTOR; + else + p.vtype = TYPE_VOID; --argc; ++argv;