X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fstr-test.c;fp=tests%2Flibpspp%2Fstr-test.c;h=36d54157440a764b7311b1ac67daa977b4c0336e;hb=d6fb2728eb8a99e89165c45d8e5d4a482114d3a0;hp=c341d887b8a89da7683cc0d664ad38596cd0668b;hpb=dd415397beff015f3e9dabde00c95db263c99768;p=pspp diff --git a/tests/libpspp/str-test.c b/tests/libpspp/str-test.c index c341d887b8..36d5415744 100644 --- a/tests/libpspp/str-test.c +++ b/tests/libpspp/str-test.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2010, 2014 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 @@ -34,7 +34,7 @@ static void check_26adic (unsigned long int number, const char *expected_string) { char string[8]; - str_format_26adic (number, string, sizeof string); + str_format_26adic (number, true, string, sizeof string); if (strcmp (string, expected_string)) { printf ("base-26 of %lu: expected \"%s\", got \"%s\"\n",