comparison runtime/tools/ccfilter.c @ 9097:071f9da012fb

commit https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 20 17:24:11 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 May 2016 17:30:06 +0200
parents cf744110897d
children 1c75e1974313
comparison
equal deleted inserted replaced
9096:e6ecaa231a5d 9097:071f9da012fb
307 else 307 else
308 p = &Line[0]; 308 p = &Line[0];
309 ok = sscanf( p, "make[%*d]: Entering directory `%[^']", 309 ok = sscanf( p, "make[%*d]: Entering directory `%[^']",
310 BasePath ); 310 BasePath );
311 if (verbose) 311 if (verbose)
312 printf( "[%u]?%s\n", ok, Line ); 312 printf( "[%u]?%s\n", (unsigned)ok, Line );
313 } 313 }
314 else 314 else
315 { 315 {
316 for (p=Reason; (*p) && (isspace(*p)); p++); 316 for (p=Reason; (*p) && (isspace(*p)); p++);
317 if ( BasePath[CWDlen] == 0 ) 317 if ( BasePath[CWDlen] == 0 )