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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user