Ignore:
Timestamp:
Mar 14, 2018, 10:58:32 PM (7 years ago)
Author:
bird
Message:

kmk: linux merge fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild-object.c

    r3140 r3141  
    465465        else
    466466            error(pFileLoc, 20, _("The '$([%.*s...' accessor can only be used in the context of a kBuild object"),
    467                   MAX(cchLeft, 20), pchLeft);
     467                  (int)MIN(cchLeft, 20), pchLeft);
    468468    }
    469469
Note: See TracChangeset for help on using the changeset viewer.