Changeset 2240 in MondoRescue


Ignore:
Timestamp:
Jun 24, 2009, 1:49:13 AM (15 years ago)
Author:
Bruno Cornec
Message:

Replace an exit by a finish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-stream.c

    r2230 r2240  
    818818    if (!(datablock = (char *) malloc(256 * 1024))) {
    819819        log_to_screen("Unable to malloc 256*1024");
    820         exit(1);
     820        finish(1);
    821821    }
    822822    for (i = 0; i < 32; i++) {
Note: See TracChangeset for help on using the changeset viewer.