Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util-test/encryption.c

    r1016 r1266  
    385385 
    386386/* CRC32 test data, generated from crc32 test on a Linux box */ 
    387 struct 
     387struct crc32_test_t 
    388388{ 
    389389    char            *input; 
     
    552552        return PJ_ENOMEM; 
    553553 
    554     input = pj_pool_alloc(pool, input_len); 
     554    input = (pj_uint8_t*)pj_pool_alloc(pool, input_len); 
    555555    pj_memset(input, '\xaa', input_len); 
    556556     
Note: See TracChangeset for help on using the changeset viewer.