]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.c
Merge branch 'master' into cooking
[xonotic/gmqcc.git] / opts.c
diff --git a/opts.c b/opts.c
index 77aa9c06e02c07fad5916386470f98fab7ad0683..abd012fa6a160d12ad4db4aea7fb306ae38b2632 100644 (file)
--- a/opts.c
+++ b/opts.c
@@ -361,7 +361,7 @@ void opts_ini_init(const char *file) {
 
     if ((line = opts_ini_parse(ini, &opts_ini_load, &error)) != 0) {
         /* there was a parse error with the ini file */
-        con_printmsg(LVL_ERROR, file, line, "error", error);
+        con_printmsg(LVL_ERROR, file, line, 0 /*TODO: column for ini error*/, "error", error);
         vec_free(error);
     }