Changeset 512 for trunk/thune/files.c
- Timestamp:
- 02/16/08 17:53:55 (9 months ago)
- Files:
-
- 1 modified
-
trunk/thune/files.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/files.c
r510 r512 753 753 char* cpB; 754 754 755 if( ! ur_binarySlice( ut, tos, &cpA, &cpB ) || (cpA == 0) ) 755 if( ! ur_binarySlice( ut, tos, &cpA, &cpB ) ) 756 { 757 ur_throwErr( UR_ERR_DATATYPE, "decompress expected binary!" ); 758 return; 759 } 760 if( cpA == 0 ) 756 761 return; 757 762
