Changeset 1542 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jul 23, 2007, 12:34:57 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug where a msg was used instead of a code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/lib/mr_conf.c

    r1535 r1542  
    320320            }
    321321            if (buffer[i] == (char) 0) {
    322                 mr_conf_error_msg(MRCONF_STR_STRING_ENDQUOTE, "");
     322                mr_conf_error_msg(MRCONF_STRING_ENDQUOTE, "");
    323323            }
    324324        }
     
    422422            break;
    423423
     424        case MRCONF_STRING_ENDQUOTE:
     425            mr_msg_int(1,line,file,"%s %s\n", MRCONF_STR_ERROR, MRCONF_STR_STRING_ENDQUOTE);
     426            break;
     427
    424428        default:
    425429            mr_msg_int(1,line,file,"%s %s\n", MRCONF_STR_ERROR, MRCONF_STR_DEFAULT_ERROR);
Note: See TracChangeset for help on using the changeset viewer.