Ignore:
Timestamp:
Mar 24, 2007, 1:48:55 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mr_exit used instead of exit
  • mr_rs_clean_conf/mr_rs_cleanup/mr_ar_clean_conf/mr_ar_cleanup added
  • compiltaion warnings suppressed
  • Addition of mr_types (for boolean with typedef)
  • struct mr_rs_conf added
  • help_screen removed (useless)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/newt-specific.c

    r1251 r1264  
    2121#include "mr_msg.h"
    2222#include "mr_str.h"
     23#include "mr_err.h"
    2324
    2425#include "mondostructures.h"
     
    398399    printf("Type 'less %s' to see the output log\n", MONDO_LOGFILE);
    399400    free_libmondo_global_strings();
    400     exit(signal_code);
     401    mr_exit(signal_code, "Execution run ended");
    401402}
    402403
Note: See TracChangeset for help on using the changeset viewer.