X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2Fparse.c;h=3577443da94194a5317e80d9abcd5a42f87ffd99;hb=95064b9febe3b0be20b42b32d4dfa9099e306fe8;hp=bdce53c5827540afe92e985991f6f045da057c2d;hpb=9b94efd7513afdb12a6023024e00e50801532fee;p=pspp diff --git a/src/language/expressions/parse.c b/src/language/expressions/parse.c index bdce53c582..3577443da9 100644 --- a/src/language/expressions/parse.c +++ b/src/language/expressions/parse.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 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 @@ -577,7 +577,7 @@ parse_binary_operators (struct lexer *lexer, struct expression *e, union any_nod } if (op_count > 1 && chain_warning != NULL) - msg (SW, chain_warning); + msg (SW, "%s", chain_warning); return node; }