New format for exim_message_id
[exim.git] / src / exim_monitor / em_menu.c
index e4db84915330e2e285ea24511f46aef67480e48e..926dbd95b75df8e21fcf644482284dd1413deea6 100644 (file)
@@ -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