Ignore:
Timestamp:
Jan 9, 2007 3:02:00 PM (17 years ago)
Author:
bennylp
Message:

64bit fix for pool.h (thanks HARDOUIN Briac)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/pool.h

    r809 r877  
    796796     * Internal pool. 
    797797     */ 
    798     char            pool_buf[256]; 
     798    char            pool_buf[256 * (sizeof(long) / 4)]; 
    799799 
    800800    /** 
Note: See TracChangeset for help on using the changeset viewer.