Ignore:
Timestamp:
Oct 6, 2007, 11:19:19 PM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/alias.c

    r882 r1198  
    105105#else /* hack */
    106106        {
    107         int len = strlen(val);
     107        size_t len = strlen(val);
    108108        ap->val = ckmalloc(len + 2);
    109109        memcpy(ap->val, val, len);
Note: See TracChangeset for help on using the changeset viewer.