Correct syntax when generating code for autorecode with blanks as missing
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 26 Apr 2020 12:25:34 +0000 (14:25 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 3 May 2020 05:33:59 +0000 (07:33 +0200)
src/ui/gui/psppire-dialog-action-autorecode.c

index ef3d4d77db41a52f3ec120e8bd2df7cc5cf26ce8..7389976a3c5d011ee053052ff7f2aea35dbac3d9 100644 (file)
@@ -149,7 +149,7 @@ generate_syntax (const PsppireDialogAction *act)
     g_string_append (string, "\n\t/GROUP");
 
   if ( gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (rd->blank)))
-    g_string_append (string, "\n\t/BLANK");
+    g_string_append (string, "\n\t/BLANK = MISSING");
 
   g_string_append (string, ".\n");