Changeset 1609 in kBuild
- Timestamp:
- May 8, 2008 3:06:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expand.c
r1608 r1609 673 673 674 674 /* Copy the current value into it and append a space. */ 675 p = variable_buffer; 675 676 if (v->value_length) 676 677 { 677 p = variable_buffer_output ( variable_buffer, v->value, v->value_length);678 p = variable_buffer_output (p, v->value, v->value_length); 678 679 p = variable_buffer_output (p, " ", 1); 679 680 }
Note:
See TracChangeset
for help on using the changeset viewer.