On Thu, 18 Mar 2010, Mindaugas Kavaliauskas wrote:
Hi,
> 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( , [<@
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
prin
Revision: 14179
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14179&view=rev
Author: vszakats
Date: 2010-03-16 23:34:33 + (Tue, 16 Mar 2010)
Log Message:
---
2010-03-17 00:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added bzip2