Changeset 1999 for trunk/src/kmk/expand.c
- Timestamp:
- Oct 29, 2008, 10:47:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expand.c
r1993 r1999 296 296 297 297 #ifdef CONFIG_WITH_VALUE_LENGTH 298 assert ( (unsigned int)v->value_length == strlen (v->value));298 assert (v->value_length == strlen (v->value)); 299 299 if (!v->recursive) 300 300 o = variable_buffer_output (o, v->value, v->value_length); … … 981 981 buf = variable_buffer_output (buf, " ", 1); 982 982 #ifdef CONFIG_WITH_VALUE_LENGTH 983 assert ( (unsigned int)v->value_length == strlen (v->value)); /* FIXME */983 assert (v->value_length == strlen (v->value)); 984 984 #endif 985 985
Note:
See TracChangeset
for help on using the changeset viewer.