Changeset 3273 for trunk/src/kmk/function.c
- Timestamp:
- Jan 4, 2019, 1:48:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r3242 r3273 5326 5326 if (rc != NO_ERROR) 5327 5327 { 5328 OSSN (error, (NILF, _("$(libpath): failed to set `%s' to `%s', rc=%d"), argv[0], buf, rc);5328 OSSN (error, NILF, _("$(libpath): failed to set `%s' to `%s', rc=%d"), argv[0], buf, rc); 5329 5329 return variable_buffer_output (o, "", 0); 5330 5330 }
Note:
See TracChangeset
for help on using the changeset viewer.