Changeset 1133 in kBuild for trunk/src/kmk/variable.c
- Timestamp:
- Sep 27, 2007 12:45:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1122 r1133 1415 1415 The new value is the unexpanded old and new values. */ 1416 1416 unsigned int value_len = strlen (value); 1417 unsigned int new_value_len = value_len + (v->value_length != 0 ? 1 + v->value_length : 0);1417 unsigned int new_value_len = value_len + (v->value_length != 0 ? 2 + v->value_length : 1); 1418 1418 int done_1st_prepend_copy = 0; 1419 1419
Note:
See TracChangeset
for help on using the changeset viewer.