Ignore:
Timestamp:
Jan 4, 2019, 1:48:51 AM (7 years ago)
Author:
bird
Message:

kmk: OS/2 build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r3242 r3273  
    53265326      if (rc != NO_ERROR)
    53275327        {
    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);
    53295329          return variable_buffer_output (o, "", 0);
    53305330        }
Note: See TracChangeset for help on using the changeset viewer.