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

@@ -162,7 +162,7 @@ int uman_remove(struct hub_info* hub, struct hub_user* user)
}
else
{
assert(!"negative count!");
uhub_assert(!"negative count!");
}
hub->users->shared_size -= user->limits.shared_size;