2011-10-21 15:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbziparc/ziparc.prg
! fix to prev
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-10-21 15:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbziparc/ziparc.prg
|
||||
! fix to prev
|
||||
|
||||
2011-10-21 15:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbziparc/ziparc.prg
|
||||
+ added support for HB_UNZIPFILE() lWithPath parameter
|
||||
|
||||
@@ -449,7 +449,7 @@ FUNCTION hb_UnzipFile( cFileName, bUpdate, lWithPath, cPassword, cPath, acFiles,
|
||||
hb_FNameSplit( cFileName, @cPath )
|
||||
ENDIF
|
||||
|
||||
cPath := hb_DirAddPathSep( cPath )
|
||||
cPath := hb_DirSepAdd( cPath )
|
||||
|
||||
nRead := 0
|
||||
nPos := 0
|
||||
|
||||
Reference in New Issue
Block a user