X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=opts.c;h=abd012fa6a160d12ad4db4aea7fb306ae38b2632;hb=9f2b9e1b46c583d12796df8741bd9b448397b8cb;hp=77aa9c06e02c07fad5916386470f98fab7ad0683;hpb=3a4aba0b31427a6cbea08a959aedf12c2e69a893;p=xonotic%2Fgmqcc.git diff --git a/opts.c b/opts.c index 77aa9c0..abd012f 100644 --- 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); }