chart: Fix format string issues in chart_write_title callers.
authorBen Pfaff <blp@gnu.org>
Thu, 2 Jul 2009 03:50:33 +0000 (20:50 -0700)
committerBen Pfaff <blp@gnu.org>
Thu, 2 Jul 2009 14:52:30 +0000 (07:52 -0700)
The 'title' argument to chart_write_title is used as a printf-type format
string, so callers must pass "%s" to safely use an arbitrary string as a
title.


No differences found