X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9e4a64fd7c67f4a838ca588ee62c81227bdee9f2..46a36afae41f63de654269c8a0b7cf5852a85a14:/src/exim_monitor/em_menu.c diff --git a/src/exim_monitor/em_menu.c b/src/exim_monitor/em_menu.c index e4db84915..926dbd95b 100644 --- a/src/exim_monitor/em_menu.c +++ b/src/exim_monitor/em_menu.c @@ -825,7 +825,7 @@ while (p > 0 && s[p+11] == ' ') /* Now pointing at first character of a main line. */ -Ustrncpy(message_id, s+p+11, MESSAGE_ID_LENGTH); +Ustrncpy(message_id, s+p+11, MESSAGE_ID_LENGTH); /*III*/ message_id[MESSAGE_ID_LENGTH] = 0; /* Highlight the line being menued, and save its parameters so that it