summaryrefslogtreecommitdiffstats
path: root/src/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/change.c')
-rw-r--r--src/change.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/change.c b/src/change.c
index bc77fa23da..9f1705f2a4 100644
--- a/src/change.c
+++ b/src/change.c
@@ -1247,7 +1247,7 @@ del_bytes(
// If "count" is negative the caller must be doing something wrong.
if (count < 1)
{
- siemsg("E292: Invalid count for del_bytes(): %ld", count);
+ siemsg(e_invalid_count_for_del_bytes_nr, count);
return FAIL;
}