mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
Updated runtime files.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user