X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e3e281ccf9d8777d0df98ddd644720573e0343d1..0c66b42d11434a92b451c058ca0ecd1c0e12fdc6:/src/exim_monitor/em_menu.c diff --git a/src/exim_monitor/em_menu.c b/src/exim_monitor/em_menu.c index 881f3748c..926dbd95b 100644 --- a/src/exim_monitor/em_menu.c +++ b/src/exim_monitor/em_menu.c @@ -5,6 +5,7 @@ /* Copyright (c) University of Cambridge 1995 - 2018 */ /* Copyright (c) The Exim Maintainers 2021 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #include "em_hdr.h" @@ -824,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