X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2Fhelpers.c;h=0b77919217ee18d6982f7d8e6a1c691874610287;hb=ebd0dcdfe65da02a6e541ceea0226c9b0b8d7a47;hp=7e9e1d6cb542f8b15216c31fe8d9e90788609259;hpb=c0a213f7ed487273797d579bad952bca983240ba;p=pspp diff --git a/src/language/expressions/helpers.c b/src/language/expressions/helpers.c index 7e9e1d6cb5..0b77919217 100644 --- a/src/language/expressions/helpers.c +++ b/src/language/expressions/helpers.c @@ -404,7 +404,7 @@ expr_date_sum (double date, double quantity, struct substring unit_name, } int -compare_string (const struct substring *a, const struct substring *b) +compare_string_3way (const struct substring *a, const struct substring *b) { size_t i;