]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitf3c29f0f4c000f3d860c0da31d4387afc798a77a
tree2f40479c7cc88c863e05f1a6a9cd3efa222b4567
parent0496a19e8ac1afecde726c2292720d415bdb7500
Fix table init.

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.
attribute.c
score.c