Fix bad syntax generation introduced by previous commit.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 4 Jan 2016 19:30:45 +0000 (20:30 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 4 Jan 2016 19:30:45 +0000 (20:30 +0100)
commit8855cb5d6ff72efd5bdb05b339cf9fb175991d5e
treec15bfd73bf4fa6b20f4013cc35293e320e9ac18d
parentc2d972816fce591524db963390a97ff32d55117c
Fix bad syntax generation introduced by previous commit.

Commit cdfb21de2cbbf921b4e1fe0662439da1c460eabc replaced syntax_gen_pspp
with g_string_append_printf which was wrong, because the latter is
sensitive to the user's locale, which is not desired for syntax generation.
src/ui/gui/psppire-dialog-action-logistic.c