X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2Fhelpers.c;h=08f787fea2f30c14099df3c82808623b2e886e30;hb=7d34380bb2fddca820a6f414564738cc2f70afc9;hp=2d707e9941dd2c480bf1446d2d81e9f697192988;hpb=638a86001fe7a237bd6c19a181d796305290d72a;p=pspp diff --git a/src/language/expressions/helpers.c b/src/language/expressions/helpers.c index 2d707e9941..08f787fea2 100644 --- a/src/language/expressions/helpers.c +++ b/src/language/expressions/helpers.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,6 +36,8 @@ expr_error (void *aux UNUSED, const char *format, ...) m.text = xvasprintf (format, args); m.where.file_name = NULL; m.where.line_number = 0; + m.where.first_column = 0; + m.where.last_column = 0; va_end (args); msg_emit (&m);