/[make]/make/expand.c
ViewVC logotype

Diff of /make/expand.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by bosk, Sun Feb 27 21:40:24 2005 UTC revision 1.40 by psmith, Tue Jul 12 04:35:13 2005 UTC
# Line 205  variable_expand_string (char *line, char Line 205  variable_expand_string (char *line, char
205    
206        p1 = strchr (p, '$');        p1 = strchr (p, '$');
207    
208        o = variable_buffer_output (o, p, p1 != 0 ? p1 - p : strlen (p) + 1);        o = variable_buffer_output (o, p, p1 != 0 ? (unsigned int)(p1 - p) : strlen (p) + 1);
209    
210        if (p1 == 0)        if (p1 == 0)
211          break;          break;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26