diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 355ca7d68d..2994a2d60a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-01-19 13:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbmzip/hbmzip.c + ! added missing nInternalAttr and nExternalAttr parameters decoding in + function HB_ZIPFILECREATE() - problem located and fixed by Andres Reyes + in xHarbour + 2009-01-19 12:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbproces.c ! include signal.h in all *nixes builds - it was my typo and not only diff --git a/harbour/contrib/hbmzip/hbmzip.c b/harbour/contrib/hbmzip/hbmzip.c index 018fc5a58c..5a02f447b9 100644 --- a/harbour/contrib/hbmzip/hbmzip.c +++ b/harbour/contrib/hbmzip/hbmzip.c @@ -206,6 +206,9 @@ HB_FUNC( HB_ZIPFILECREATE ) zfi.tmz_date.tm_min = iM; zfi.tmz_date.tm_sec = iD; + zfi.internal_fa = hb_parnl( 5 ); + zfi.external_fa = hb_parnl( 6 ); + hb_retni( zipOpenNewFileInZip3( hZip, szZipName, &zfi, NULL, 0, NULL, 0, hb_parc( 11 ), iMethod, iLevel, 0,