From: Jason Stover Date: Fri, 17 Jul 2009 20:02:02 +0000 (-0400) Subject: pspp_linreg(): Use cache->n_coeffs to set the dimensions of sw, instead of X-Git-Tag: build37~54 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1db0c762ca29e54b29d9a28bce14c54cf090db;hp=2f1db0c762ca29e54b29d9a28bce14c54cf090db;p=pspp-builds.git pspp_linreg(): Use cache->n_coeffs to set the dimensions of sw, instead of cache->n_indeps, which may give incorrect dimension in the case of categorical variables. Fixes bug referenced in bug report 26861. ---