Changeset 1836 in kBuild for trunk/src/kmk
- Timestamp:
- Oct 11, 2008 7:22:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1827 r1836 2736 2736 /* emit the result. */ 2737 2737 if (s1 == e1 && s2 == e2) 2738 o = variable_buffer_output (o, "", 1) ;2738 o = variable_buffer_output (o, "", 1) - 1; /** @todo check why this was necessary back the... */ 2739 2739 else 2740 2740 o = variable_buffer_output (o, ne_retval, strlen (ne_retval)); … … 2871 2871 o = comp_vars_ne (o, s1, e1, s2, e2, argv[2], funcname); 2872 2872 else 2873 o = variable_buffer_output (o, "", 1) ; /* eq*/2873 o = variable_buffer_output (o, "", 1) - 1; /* eq */ /** @todo check why this was necessary back the... */ 2874 2874 if (a1) 2875 2875 free (a1);
Note:
See TracChangeset
for help on using the changeset viewer.