X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fstringi-set-test.c;fp=tests%2Flibpspp%2Fstringi-set-test.c;h=2bcc760780c4bde4f78e718582d9fbcdf9f92f03;hb=d6fb2728eb8a99e89165c45d8e5d4a482114d3a0;hp=daf7b2fa6d97a6cfaf382c5e1b71ffbfe5ce8024;hpb=dd415397beff015f3e9dabde00c95db263c99768;p=pspp diff --git a/tests/libpspp/stringi-set-test.c b/tests/libpspp/stringi-set-test.c index daf7b2fa6d..2bcc760780 100644 --- a/tests/libpspp/stringi-set-test.c +++ b/tests/libpspp/stringi-set-test.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2012, 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 @@ -133,7 +133,7 @@ make_string (int value) if (*s == NULL) { *s = xmalloc (16); - str_format_26adic (value + 1, *s, 16); + str_format_26adic (value + 1, true, *s, 16); } return *s; }