commit | 345faf3a25e38fa84102dfe8b09cee810557abcd | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Mon Oct 24 20:26:47 2016 +0200 |
committer | Gerrit Code Review <gerrit2@korap.ids-mannheim.de> | Mon Oct 24 20:26:47 2016 +0200 |
tree | 500727b826ecc174e039fc077c4ace009b6985f5 | |
parent | b3e9ccd8f24c3a7a5c8dbefc3fa2e1d0460da62d [diff] | |
parent | 0e48977d02bcad3ad0c00663269b949a4dedd4cf [diff] |
Merge changes I00796d75,I1c20452e * changes: Fixed windows support Added note on optimization
diff --git a/script/korapxml2krill b/script/korapxml2krill index 42292ad..72ba265 100644 --- a/script/korapxml2krill +++ b/script/korapxml2krill
@@ -470,6 +470,9 @@ # Create temporary file $temp = File::Temp->newdir; + # TODO: Check if $filename exist at the beginning, + # because extraction can be horrible slow! + # Extract from archive if ($archive->extract($dirs[$i], $temp)) {