2008-12-03 15:05 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br>

* contrib/hbziparc/hbziparc.prg
     ! hb_UnzipFile() to accept empty password like ""
This commit is contained in:
Antonio Carlos Pantaglione
2008-12-03 17:00:10 +00:00
parent 3427a246c4
commit b214da8839
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-12-03 15:05 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br>
* contrib/hbziparc/hbziparc.prg
! hb_UnzipFile() to accept empty password like ""
2008-12-02 13:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/common/hbstr.c
* harbour/config/w32/xcc.cf

View File

@@ -942,6 +942,10 @@ FUNCTION hb_UnzipFile( cFileName, bUpdate, lWithPath, cPassword, cPath, acFiles,
HB_SYMBOL_UNUSED( lWithPath )
HB_SYMBOL_UNUSED( bProgress )
IF Empty( cPassword )
cPassword = NIL
ENDIF
IF Set( _SET_DEFEXTENSIONS )
hb_FNameSplit( cFileName, NIL, NIL, @cExt )
IF Empty( cExt )