Ignore:
Timestamp:
Mar 26, 2018, 10:25:56 PM (7 years ago)
Author:
bird
Message:

kmkbuiltin: funnel output thru output.c (usually via err.c).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kWorker/kWorker.c

    r3188 r3192  
    1029010290    /* Command switch. */
    1029110291    if (kHlpStrComp(pszCmd, "kDepObj") == 0)
    10292         return kmk_builtin_kDepObj(cPostCmdArgs, (char **)papszPostCmdArgs, NULL);
     10292    {
     10293        KMKBUILTINCTX Ctx = { papszPostCmdArgs[0], NULL };
     10294        return kmk_builtin_kDepObj(cPostCmdArgs, (char **)papszPostCmdArgs, NULL, &Ctx);
     10295    }
    1029310296
    1029410297    return kwErrPrintfRc(42 + 5 , "Unknown post command: '%s'\n", pszCmd);
Note: See TracChangeset for help on using the changeset viewer.