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/expand.c

    r903 r916  
    549549/* Expands the specified string, appending it to the specified variable value. */
    550550void
    551 append_expanded_string_to_variable (struct variable *v, char *value)
     551append_expanded_string_to_variable (struct variable *v, const char *value)
    552552{
    553553  char *p;
Note: See TracChangeset for help on using the changeset viewer.