• Patch: Elm ME+ 2.5 PLalpha46 -> Elm ME+ 2.5 PLalpha47 [2/7] (4/6)

    From Kari Hurtta@21:1/5 to All on Sat Feb 10 14:43:26 2018
    [continued from previous message]

    ! int lcl;
    struct string *value;
    int lineno;
    const char *filename;
    --- 2561,2572 ----

    S_(rc_parse_cline dt_PATH_parse_cline)
    static int dt_ESTR_parse_cline P_((struct rc_save_info_rec *r,
    ! enum record_mode lcl,
    struct string *value, int lineno,
    const char *filename));
    static int dt_ESTR_parse_cline(r,lcl,value,lineno,filename)
    struct rc_save_info_rec *r;
    ! enum record_mode lcl;
    struct string *value;
    int lineno;
    const char *filename;
    ***************
    *** 2714,2720 ****
    }

    fputc('\n',F);
    !
    DPRINT(Debug,9,(&Debug,
    " option \"%s\", value=\"%s\"%s\n",
    r->name,s0,ok ? "" : ", failure"));
    --- 2753,2759 ----
    }

    fputc('\n',F);
    !
    DPRINT(Debug,9,(&Debug,
    " option \"%s\", value=\"%s\"%s\n",
    r->name,s0,ok ? "" : ", failure"));
    ***************
    *** 2724,2729 ****
    --- 2763,2774 ----
    free(buffer);
    buffer = NULL;

    + if (!ok)
    + elm_fprintf(F,
    + CATGETS(elm_msg_cat, ElmrcSet, ElmrcFailConvCharset,
    + "# Failed t