Changeset 1256 in MondoRescue for branches/stable/mondo/src/lib/mr_err.c


Ignore:
Timestamp:
Mar 21, 2007, 12:48:32 PM (17 years ago)
Author:
Bruno Cornec
Message:

Begining of work on conf file introduction in mondo

  • create a new struct mr_ar_conf to store conf info
  • adds a static mr_ar_store_conf function to store conf file info in that struc
  • mondo.conf is now the .dist version
  • md5 not done yet

Not tested may not work at all nor compile

File:
1 edited

Legend:

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

    r1104 r1256  
    3636
    3737    mr_cleanup();
    38     fprintf(stderr,"%s\n",message);
     38    if (message != NULL) {
     39        fprintf(stderr,"%s\n",message);
     40    }
    3941    exit(errorcode);
    4042}
Note: See TracChangeset for help on using the changeset viewer.