Changeset 3296 in MondoRescue
- Timestamp:
- Jun 6, 2014, 5:44:16 AM (11 years ago)
- Location:
- branches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/common/libmondo-stream.c
r3192 r3296 1785 1785 /*@ end vars *************************************************** */ 1786 1786 1787 /* If file doesn't exist then return immediately */ 1788 if (length_of_incoming_file <= 0) { 1789 return(1); 1790 } 1787 1791 1788 1792 olen = length_of_incoming_file; -
branches/3.2/mondo/src/common/libmondo-stream.c
r3271 r3296 1759 1759 /*@ end vars *************************************************** */ 1760 1760 1761 if (length_of_incoming_file <= 0) { 1762 return(1); 1763 } 1761 1764 1762 1765 olen = length_of_incoming_file;
Note:
See TracChangeset
for help on using the changeset viewer.