mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04: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