Changeset 2240 in MondoRescue
- Timestamp:
- Jun 24, 2009, 1:49:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-stream.c
r2230 r2240 818 818 if (!(datablock = (char *) malloc(256 * 1024))) { 819 819 log_to_screen("Unable to malloc 256*1024"); 820 exit(1);820 finish(1); 821 821 } 822 822 for (i = 0; i < 32; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.