• Patch: Elm ME+ 2.5 PLalpha51 -> Elm ME+ 2.5 PLalpha52 [6/7] (4/5)

    From Kari Hurtta@21:1/5 to All on Mon Jun 8 19:52:22 2020
    [continued from previous message]

    * Modified by: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI)
    --- 1,7 ----
    ! static char rcsid[] = "@(#)$Id: in_utils.c,v 2.11 2020/03/20 19:01:15 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.11 $ $State: Exp $
    *
    * Modified by: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI)
    ***************
    *** 90,96 ****
    "prompt_letter: center=%d yesno=%d mark=%d ctrlL=%d\n",
    center,yesno,mark,ctrlL));

    ! Va_start(vl, msg); /* defined in defs.h */
    question = elm_smessage(0,format,msg,vl);
    va_end(vl);

    --- 90,96 ----
    "prompt_letter: center=%d yesno=%d mark=%d ctrlL=%d\n",
    center,yesno,mark,ctrlL));

    ! Va_start(vl, msg); /* defined in hdrs/elm_defs.h */
    question = elm_smessage(0,format,msg,vl);
    va_end(vl);

    ***************
    *** 496,502 ****

    va_list vl;

    ! Va_start(vl, msg);