crosstabs: Fix segfault when chi-square was requested.
[pspp-builds.git] / src / language / stats / crosstabs.q
index 907868c0c264c242af4b780cffebe40086314610..700f02c194f4ef10f5f9389a7b37d30fc5d5f4ed 100644 (file)
@@ -1271,7 +1271,6 @@ create_chisq_table (struct pivot_table *pt)
             _("Exact. Sig. (2-sided)"));
   tab_text (chisq, 5, 0, TAB_RIGHT | TAT_TITLE,
             _("Exact. Sig. (1-sided)"));
-  chisq = 0;
   tab_offset (chisq, 0, 1);
 
   return chisq;