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

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

    + case msid_stat_need_restart: DPRINT(Debug,14, (&Debug, " msid_stat_need_restart")); break;
    + case msid_stat_none: DPRINT(Debug,14, (&Debug, " msid_stat_none")); break;
    + case msid_stat_updated: DPRINT(Debug,14, (&Debug, " msid_stat_updated")); break;
    + case msid_stat_no_changes: DPRINT(Debug,14, (&Debug, " msid_stat_no_changes")); break;
    + }
    + if (need_hash && *need_hash) {
    + DPRINT(Debug,14, (&Debug, "; *need_hash=%p",*need_hash));
    + }
    + if (* msg_id_res) {
    + char * A = get_message_id_ascii_brackets(* msg_id_res);
    +
    + DPRINT(Debug,14, (&Debug, "; * msg_id_res=%p",* msg_id_res));
    + if (A) {
    + DPRINT(Debug,14, (&Debug, " = %s",A));
    + free(A);
    + }
    + }
    +
    + DPRINT(Debug,14, (&Debug,"\n"));
    +
    + return ret;
    + }
    +
    + /*
    + * Local Variables:
    + * mode:c
    + * c-basic-offset:4
    + * buffer-file-coding-system: iso-8859-1
    + * End:
    + */

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)