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

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

    *other = 1;
    ***************
    *** 2526,2532 ****
    if (looking_up)
    *looking_up = l_up_error;
    }
    !
    break;
    case TRY_AGAIN:

    --- 2611,2617 ----
    if (looking_up)
    *looking_up = l_up_error;
    }
    !
    break;
    case TRY_AGAIN:

    ***************
    *** 2542,2554 ****
    ResolvLookTryAgain,
    "Looking up %s: not found yet"),
    name);
    !
    if (looking_up)
    *looking_up = l_up_error;

    if (have_error)
    (*have_error)++;
    !
    break;
    case NO_RECOVERY:
    lib_error(CATGETS(elm_msg_cat,
    --- 2627,2639 ----
    ResolvLookTryAgain,
    "Looking up %s: not found yet"),
    name);
    !
    if (looking_up)
    *looking_up = l_up_error;

    if (have_error)
    (*have_error)++;
    !
    break;
    case NO_RECOVERY:
    lib_error(CATGETS(elm_msg_cat,
    ***************
    *** 2556,2578 ****
    ResolvLookBadName,
    "Looking up %s: bad name or refused query"),
    name);
    !
    if (looking_up)
    *looking_up = l_up_error;
    !
    if (have_error)
    (*have_error)++;
    !
    break;
    case