changed all calls to assert() to uhub_assert()

This commit is contained in:
Tilka
2012-05-02 21:06:46 +02:00
parent ccded3f642
commit d49127b507
11 changed files with 13 additions and 13 deletions

View File

@@ -524,7 +524,7 @@ static void hub_event_dispatcher(void* callback_data, struct event_data* message
int status;
struct hub_info* hub = (struct hub_info*) callback_data;
struct hub_user* user = (struct hub_user*) message->ptr;
assert(hub != NULL);
uhub_assert(hub != NULL);
switch (message->id)
{