diff options
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r-- | src/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 0f2ed48535..74bc6f5af4 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -4267,7 +4267,7 @@ check_more ( if (n == 1) EMSG(_("E173: 1 more file to edit")); else - EMSGN(_("E173: %ld more files to edit"), n); + EMSGN(_("E173: %" PRId64 " more files to edit"), n); quitmore = 2; /* next try to quit is allowed */ } return FAIL; |