Ignore:
Timestamp:
Oct 26, 2008, 4:09:15 AM (17 years ago)
Author:
bird
Message:

kmk: Caught a variable::value update that I'd missed when implementing CONFIG_WITH_VALUE_LENGTH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1935 r1946  
    108108
    109109#ifdef CONFIG_WITH_STRCACHE2
    110 static struct strcache2 variable_strcache;
     110struct strcache2 variable_strcache;
    111111#endif
    112112
     
    609609  /* lookup the name in the string case, if it's not there it won't
    610610     be in any of the sets either. */
    611   cached_name = strcache2_lookup(&variable_strcache, name, length);
     611  cached_name = strcache2_lookup (&variable_strcache, name, length);
    612612  if (!cached_name)
    613613    return NULL;
Note: See TracChangeset for help on using the changeset viewer.