Show
Ignore:
Timestamp:
03/25/2012 09:18:30 AM (14 months ago)
Author:
moo
Message:

kill some warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/hashtable.m4

    r843 r844  
    109109#ifdef ZEND_ENGINE_2_4 
    110110            memcpy(pnew, b, BUCKET_HEAD_SIZE(Bucket)); 
     111            memcpy((char *) (pnew + 1), b->arKey, BUCKET_KEY_SIZE(b)); 
    111112            pnew->arKey = (const char *) (pnew + 1); 
    112             memcpy(pnew->arKey, b->arKey, BUCKET_KEY_SIZE(b)); 
    113113#else 
    114114            memcpy(pnew, b, bucketsize);