VirtualBox

Changeset 1968 in kBuild for trunk/src/kmk/variable.c


Ignore:
Timestamp:
Oct 26, 2008 9:29:56 PM (16 years ago)
Author:
bird
Message:

kmk: main.c, variable.c: shell_var must have a valid name length or we'll get duplicates in target_environment(). fixed strcache issue with it as well.

File:
1 edited

Legend:

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

    r1949 r1968  
    15331533            new_slot = (struct variable **) hash_find_slot (&table, v);
    15341534#else  /* CONFIG_WITH_STRCACHE2 */
     1535            assert (strcache2_is_cached (&variable_strcache, v->name));
    15351536            new_slot = (struct variable **) hash_find_slot_strcached (&table, v);
    15361537#endif /* CONFIG_WITH_STRCACHE2 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette