[AD] al_unregister_system_driver bug? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I noticed this change sitting in one of my workspaces from a while ago.
Could someone would can use the new gfx branch check it out?
I'm sorry the _al_vector_find_and_delete interface is so error prone.
void al_unregister_system_driver(ALLEGRO_SYSTEM_INTERFACE *sys_interface)
{
/* XXX I think the second parameter should be &sys_interface.
* Please check this and fix, or delete this comment. --pw
*/
_al_vector_find_and_delete(&_user_system_interfaces, sys_interface);
}
Peter