X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fstringi-map-test.c;h=20b8ce5c2c8e85039be225bae5b377be1d94e19b;hb=a676a55d7a245391747b6759a140c26df49709ef;hp=3ae027fb36db78b5afaf6b28890810a1da26847b;hpb=23fd25fa0a2fb9d613f4f9445000e49cc3b83db1;p=pspp diff --git a/tests/libpspp/stringi-map-test.c b/tests/libpspp/stringi-map-test.c index 3ae027fb36..20b8ce5c2c 100644 --- a/tests/libpspp/stringi-map-test.c +++ b/tests/libpspp/stringi-map-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 @@ -145,7 +145,7 @@ get_string (int idx) if (*s == NULL) { *s = xmalloc (16); - str_format_26adic (idx + 1, *s, 16); + str_format_26adic (idx + 1, true, *s, 16); } return *s; }