Merge 'master' into 'psppsheet'.
[pspp] / src / math / covariance.c
index bc5382c0c12752e899c5b7b6570f16acf7ae4c11..2500f90423b6b2334841b6a95ae21fe6b3d66586 100644 (file)
@@ -268,7 +268,7 @@ get_val (const struct covariance *cov, int i, const struct ccase *c)
       return val->f;
     }
 
-  return categoricals_get_code_for_case (cov->categoricals, i - cov->n_vars, c);
+  return categoricals_get_effects_code_for_case (cov->categoricals, i - cov->n_vars, c);
 }
 
 #if 0