]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Another one
authorDale Weiler <killfieldengine@gmail.com>
Sun, 21 Jul 2013 21:56:03 +0000 (21:56 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 21 Jul 2013 21:56:03 +0000 (21:56 +0000)
exec.c

diff --git a/exec.c b/exec.c
index 00f32f1c24060ae10708685d8024e02c736eea9f..959f90b5d9ecf4d8c50a0ee9e1a17664662000fa 100644 (file)
--- 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;