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

@@ -106,7 +106,7 @@ int route_to_user(struct hub_info* hub, struct hub_user* user, struct adc_messag
if (!user->connection)
return 0;
assert(msg->cache && *msg->cache);
uhub_assert(msg->cache && *msg->cache);
if (hub_sendq_is_empty(user->send_queue) && !user_flag_get(user, flag_pipeline))
{