diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-05-20 17:24:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-05-20 17:24:11 +0200 |
commit | 06d2d38ab7564e1f784b1058a4ef4580cd6d1810 (patch) | |
tree | fc97dcc4b6485cf9fe9f2ba92e276a8a998032b5 /runtime/tools | |
parent | dc303bce10c60a3314078ea168064552fadf01af (diff) | |
download | vim-06d2d38ab7564e1f784b1058a4ef4580cd6d1810.zip |
Updated runtime files.
Diffstat (limited to 'runtime/tools')
-rw-r--r-- | runtime/tools/ccfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tools/ccfilter.c b/runtime/tools/ccfilter.c index f5d560dba..8539e2a3d 100644 --- a/runtime/tools/ccfilter.c +++ b/runtime/tools/ccfilter.c @@ -309,7 +309,7 @@ int main( int argc, char *argv[] ) ok = sscanf( p, "make[%*d]: Entering directory `%[^']", BasePath ); if (verbose) - printf( "[%u]?%s\n", ok, Line ); + printf( "[%u]?%s\n", (unsigned)ok, Line ); } else { |