Avoid crash in psppire-dialog-action-logistic.c
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 24 Apr 2014 04:53:27 +0000 (06:53 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 24 Apr 2014 04:53:27 +0000 (06:53 +0200)
commit78cffcbf683cd66a6717d40854825d731fd4f01d
tree37fbf6ab1479c6d4fd528519a4975d4f37d79a12
parentf30abae1f2518df745e661abe5b4087597e1a00f
Avoid crash in psppire-dialog-action-logistic.c

Commit 14f4522a17db23e67a6fa17876633cc6260cb42b introduced some
printf directives which syntax_gen_pspp did not support.  This
resulted in an assertion failure.

This change reverts the changes which caused the problem.
src/ui/gui/psppire-dialog-action-logistic.c