projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40c445
)
crosstabs: Fix segfault when chi-square was requested.
author
Ben Pfaff
<blp@gnu.org>
Sun, 7 Jun 2009 03:30:14 +0000
(20:30 -0700)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 7 Jun 2009 04:11:19 +0000
(21:11 -0700)
Bug #26739.
src/language/stats/crosstabs.q
patch
|
blob
|
history
diff --git
a/src/language/stats/crosstabs.q
b/src/language/stats/crosstabs.q
index 907868c0c264c242af4b780cffebe40086314610..700f02c194f4ef10f5f9389a7b37d30fc5d5f4ed 100644
(file)
--- a/
src/language/stats/crosstabs.q
+++ b/
src/language/stats/crosstabs.q
@@
-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;