aboutsummaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.c b/src/memory.c
index 9e527bc513..14eba71a01 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -235,7 +235,7 @@ void do_outofmem_msg(long_u size)
* message fails, e.g. when setting v:errmsg. */
did_outofmem_msg = TRUE;
- EMSGN(_("E342: Out of memory! (allocating %" PRIu64 " bytes)"), size);
+ EMSGU(_("E342: Out of memory! (allocating %" PRIu64 " bytes)"), size);
}
}