psppire-data-editor: Avoid ' modifier with g_string_append_printf(). 20120708001829/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 7 Jul 2012 18:39:47 +0000 (11:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 7 Jul 2012 18:39:47 +0000 (11:39 -0700)
commit14c065be90af77f2661d4bf4d35f3ec943fd99bd
tree50098f4987930ea1753d81123878ee8252e2dc81
parentf5cbe1390d6e822b923c2a1266b470a01981ed89
psppire-data-editor: Avoid ' modifier with g_string_append_printf().

On Windows, g_string_append_printf() does not understand the '
modifier, so use ds_put_format() instead, which does.

Reported by John Darrington.
src/libpspp/str.c
src/libpspp/str.h
src/ui/gui/psppire-data-editor.c