summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-16 16:58:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-16 16:58:16 +0800
commit6e1d5b81b15e5e5ad9051311c311f694c807ba60 (patch)
treee58b6a2fe65a095b2f335a7d50a0c4c8207c2a07 /archivers/file-roller/files
parent28fc0ea9ed1c408786ee208038896fb8f85343af (diff)
downloadmarcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.tar
marcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.tar.gz
marcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.tar.bz2
marcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.tar.lz
marcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.tar.xz
marcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.tar.zst
marcuscom-ports-6e1d5b81b15e5e5ad9051311c311f694c807ba60.zip
Update to 2.5.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2079 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/file-roller/files')
-rw-r--r--archivers/file-roller/files/patch-src_fr-command-tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/file-roller/files/patch-src_fr-command-tar.c b/archivers/file-roller/files/patch-src_fr-command-tar.c
index 08704aa09..728ff0bce 100644
--- a/archivers/file-roller/files/patch-src_fr-command-tar.c
+++ b/archivers/file-roller/files/patch-src_fr-command-tar.c
@@ -27,7 +27,7 @@
fdata = file_data_new ();
-- date_idx = get_index_from_pattern (line, "%n%n%n%n-%n%n-%n%n %n%n:%n%n:%n%n");
+- date_idx = get_index_from_pattern (line, "%n%n%n%n-%n%n-%n%n %n%n:%n%n");
+ fields = split_line (line, 7);
- field_size = get_prev_field (line, date_idx, 1);