]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix table init.
authorAndre Noll <maan@systemlinux.org>
Wed, 26 Sep 2007 14:37:00 +0000 (16:37 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 26 Sep 2007 14:37:00 +0000 (16:37 +0200)
The previous patch introduced two instances of a bug which weren't noticed by
the compiler because attribute_table and score_table were declared as void *
pointers. Change that to struct osl_table *, and add the missing '&' operator.

void * pointers a evil.


No differences found