Ignore:
Timestamp:
May 25, 2007, 12:37:13 AM (18 years ago)
Author:
bird
Message:

fixed a const issue with the value-length stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/variable.h

    r903 r916  
    130130void restore_variable_buffer (char *buf, unsigned int len);
    131131#ifdef CONFIG_WITH_VALUE_LENGTH
    132 extern void append_expanded_string_to_variable (struct variable *v, char *value);
     132extern void append_expanded_string_to_variable (struct variable *v, const char *value);
    133133#endif
    134134
Note: See TracChangeset for help on using the changeset viewer.