summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-01-09 15:02:00 +0000
committerBenny Prijono <bennylp@teluu.com>2007-01-09 15:02:00 +0000
commit5058236717c4a44f02a1507b2833e8cff8f54083 (patch)
treeb6255ffaeb5db7e7481cdcacd4447cd98ebece3e /pjlib
parentba0dcd6fb940c35551799b49dfed01f1a5f7d2b6 (diff)
64bit fix for pool.h (thanks HARDOUIN Briac)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@877 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-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 55a19d03..e8752d23 100644
--- a/pjlib/include/pj/pool.h
+++ b/pjlib/include/pj/pool.h
@@ -795,7 +795,7 @@ struct pj_caching_pool
/**
* Internal pool.
*/
- char pool_buf[256];
+ char pool_buf[256 * (sizeof(long) / 4)];
/**
* Mutex.