diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index ebfb9280df..e95a34cbd1 100644 --- a/src/undo.c +++ b/src/undo.c @@ -1910,7 +1910,7 @@ void undo_time(long step, int sec, int file, int absolute) break; if (absolute) { - EMSGN(_("E830: Undo number %ld not found"), step); + EMSGN(_("E830: Undo number %" PRId64 " not found"), step); return; } |