• Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [3/9] (6/6)

    From Kari Hurtta@21:1/5 to All on Thu Jan 3 16:42:07 2019
    [continued from previous message]

    therefore check availivility ! */

    ! if (0 == (flag & READ_FLAG_UNIDATA_INIT)
    &&
    !default_unidata()) {

    --- 5545,5551 ----
    /* We are going to need unidata information --
    therefore check availivility ! */

    ! if (0 == (read_flags & READ_FLAG_UNIDATA_INIT)
    &&
    !default_unidata()) {

    ***************
    *** 5379,5385 ****
    if (0 != strcmp(bindata_path,"none") &&
    0 != strcmp(bindata_path_global,bindata_path)) {

    ! if (0 == (flag & READ_FLAG_BINDATA_INIT)
    &&
    !default_bindata()) {

    --- 5576,5582 ----
    if (0 != strcmp(bindata_path,"none") &&
    0 != strcmp(bindata_path_global,bindata_path)) {

    ! if (0 == (read_flags & READ_FLAG_BINDATA_INIT)
    &&
    !default_bindata()) {

    ***************
    *** 5456,5462 ****
    are given on compile time!
    */

    ! if (0 != (flag & READ_FLAG_GLOBAL_ONLY) ||
    0 == access(system_rc_file,WRITE_ACCESS)) {

    const char *s1 = give_dt_flag_as_str(&mailhome_locking);
    --- 5653,5659 ----
    are given on compile time!
    */

    ! if (0 != (read_flags & READ_FLAG_GLOBAL_ONLY)