Skip to content

Commit 21257d6

Browse files
save file
1 parent a15eca7 commit 21257d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

utils/misc/zip/v3.0/zip-v3.0.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864

865865
archive.zip.file.rem = function(path){
866866

867-
archive.cur.remove(abs);
867+
archive.cur.remove(path);
868868

869869
}//rem
870870

@@ -883,14 +883,14 @@
883883

884884
archive.zip.dir.add = function(path){
885885

886-
archive.cur.folder(abs);
886+
archive.cur.folder(path);
887887

888888
}//add
889889

890890

891891
archive.zip.dir.rem = function(path){
892892

893-
archive.cur.remove(abs);
893+
archive.cur.remove(path);
894894

895895
}//rem
896896

0 commit comments

Comments
 (0)