X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fshort-names.c;fp=src%2Fdata%2Fshort-names.c;h=ea8df782b42b52c0467b23efa3413a4499d0db48;hb=d6fb2728eb8a99e89165c45d8e5d4a482114d3a0;hp=aa157bae1b13c105f4685fb120e7c92980f13938;hpb=dd415397beff015f3e9dabde00c95db263c99768;p=pspp diff --git a/src/data/short-names.c b/src/data/short-names.c index aa157bae1b..ea8df782b4 100644 --- a/src/data/short-names.c +++ b/src/data/short-names.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011, 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 @@ -62,7 +62,7 @@ assign_short_name (struct variable *v, size_t i, else { suffix[0] = '_'; - str_format_26adic (trial, &suffix[1], sizeof suffix - 1); + str_format_26adic (trial, true, &suffix[1], sizeof suffix - 1); } /* Set name. */