Hi,
vszak...@users.sourceforge.net wrote:
- external/bzip2/bzip2.c - Deleted accindentally included bzip2 tool.
Thank, You. Now I'm able to test bzip2 library. PROC main() LOCAL nResult ? "Len:", HB_BZ2_UNCOMPRESSLEN(HB_BZ2_COMPRESS(""), @nResult) ? "nResult:", nResult RETURN prints: Len: 0 nResult: 0 So I suggest change: HB_BZ2_UNCOMPRESSLEN( <cCompressedData>, [<@nResult>] ) -> <nUnCompressedDataLen> or 0 on error to: HB_BZ2_UNCOMPRESSLEN( <cCompressedData>, [<@nResult>] ) -> <nUnCompressedDataLen> or -1 on error Any objections? Regards, Mindaugas _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour