From 5058236717c4a44f02a1507b2833e8cff8f54083 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 9 Jan 2007 15:02:00 +0000 Subject: 64bit fix for pool.h (thanks HARDOUIN Briac) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@877 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/include/pj') 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. -- cgit v1.2.3