]> git.draconx.ca Git - upkg.git/commit
module: Don't use G_TYPE_MODULE for casts in modcmp.
authorNick Bowler <nbowler@draconx.ca>
Sun, 12 Jul 2009 23:44:35 +0000 (19:44 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 12 Jul 2009 23:44:35 +0000 (19:44 -0400)
commit6bdc602565b6780cc4bc3115849271f01cd6628c
treeca2c71e0340ac38652cad62c5a7dc235d286852e
parent4b340ebadaa33a8f8c342136b93d8a1568dafd21
module: Don't use G_TYPE_MODULE for casts in modcmp.

This causes problems since we pass ``fake'' GObjects in to avl_find.
Since everything we store in the AVL tree are properly pointers to
GTypeModule, simple assignment should be perfectly fine.
src/module.c