summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/pool.h')
-rw-r--r--pjlib/include/pj/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/pool.h b/pjlib/include/pj/pool.h
index 3e9c76d5..9adaeca9 100644
--- a/pjlib/include/pj/pool.h
+++ b/pjlib/include/pj/pool.h
@@ -856,7 +856,7 @@ struct pj_caching_pool
/**
* Internal pool.
*/
- char pool_buf[256 * (sizeof(long) / 4)];
+ char pool_buf[256 * (sizeof(size_t) / 4)];
/**
* Mutex.