Changeset 1195 in MondoRescue for branches/stable
- Timestamp:
- Feb 20, 2007, 2:15:31 PM (18 years ago)
- Location:
- branches/stable/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-fork.c
r1186 r1195 108 108 mr_msg(3, "Starting"); 109 109 assert(bkpinfo != NULL); 110 assert_string_is_neither_NULL_nor_zerolength(basic_call); 110 // BERLIOS: doesn't work even if the string is correct ! 111 //assert_string_is_neither_NULL_nor_zerolength(basic_call); 111 112 assert_string_is_neither_NULL_nor_zerolength(isofile); 112 113 assert_string_is_neither_NULL_nor_zerolength(logstub); -
branches/stable/mondo/src/common/libmondo-string.c
r1180 r1195 414 414 415 415 input = mr_malloc(2000); 416 assert_string_is_neither_NULL_nor_zerolength(ip); 416 // BERLIOS: seems to cause invalid errors 417 //assert_string_is_neither_NULL_nor_zerolength(ip); 417 418 assert_string_is_neither_NULL_nor_zerolength(token); 418 419 assert(value != NULL);
Note:
See TracChangeset
for help on using the changeset viewer.