[svn:parrot] r48520 - branches/unshared_buffers/src/gc
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Mon Aug 16 02:25:37 UTC 2010
Author: darbelo
Date: Mon Aug 16 02:25:36 2010
New Revision: 48520
URL: https://trac.parrot.org/parrot/changeset/48520
Log:
Typo fix.
Modified:
branches/unshared_buffers/src/gc/alloc_resources.c
Modified: branches/unshared_buffers/src/gc/alloc_resources.c
==============================================================================
--- branches/unshared_buffers/src/gc/alloc_resources.c Mon Aug 16 01:56:27 2010 (r48519)
+++ branches/unshared_buffers/src/gc/alloc_resources.c Mon Aug 16 02:25:36 2010 (r48520)
@@ -452,7 +452,7 @@
/* Snag a block big enough for everything */
total_size = pad_pool_size(pool);
- if (total_size)
+ if (total_size == 0)
return;
++mem_pools->gc_sweep_block_level;
More information about the parrot-commits
mailing list