X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fbarchart.c;h=96cd07fb055aa004ca694dc142bfb4ba59dc9ad5;hb=f9bad53e96e50abef183e84ccf6964dba67b3ca5;hp=88a1d741ddf9199f08404d49096de62dada0a373;hpb=0faad29b5c735cce9672331681392c2b1f0b5690;p=pspp-builds.git diff --git a/src/output/charts/barchart.c b/src/output/charts/barchart.c index 88a1d741..96cd07fb 100644 --- a/src/output/charts/barchart.c +++ b/src/output/charts/barchart.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2009 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 @@ -202,7 +202,7 @@ draw_barchart(struct chart *ch, const char *title, pl_restorestate_r(ch->lp); - chart_write_title(ch, title); + chart_write_title(ch, "%s", title); write_legend(ch);