(svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them

- Fix: typo in pool.c "Cleaing up" --> "Cleaning up"
This commit is contained in:
Darkvater
2005-05-17 16:07:48 +00:00
parent 143dd26ef5
commit 166c1badc9
3 changed files with 90 additions and 89 deletions

2
pool.c
View File

@@ -10,7 +10,7 @@ void CleanPool(MemoryPool *pool)
{
uint i;
DEBUG(misc, 4)("[Pool] (%s) Cleaing pool..", pool->name);
DEBUG(misc, 4)("[Pool] (%s) Cleaning pool..", pool->name);
/* Free all blocks */
for (i = 0; i < pool->current_blocks; i++)