diff options
author | rbuj <[email protected]> | 2019-09-08 22:21:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-09-10 16:51:16 +0200 |
commit | c5028df2d8dbdde2ce2a013e5bcaa83f1d902446 (patch) | |
tree | 99865c118eb9883e46420cd6d6a3b549a4e0a8a0 /src | |
parent | e25579ca8a0215c4c19b32c3d0fcd91d93d3e023 (diff) | |
download | engrampa-c5028df2d8dbdde2ce2a013e5bcaa83f1d902446.tar.bz2 engrampa-c5028df2d8dbdde2ce2a013e5bcaa83f1d902446.tar.xz |
unace 2.5: Don't show archive summary in file listing
closes #303
Diffstat (limited to 'src')
-rw-r--r-- | src/fr-command-ace.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fr-command-ace.c b/src/fr-command-ace.c index 8ea045a..bdad9eb 100644 --- a/src/fr-command-ace.c +++ b/src/fr-command-ace.c @@ -120,6 +120,9 @@ process_line (char *line, return; } + if (g_str_has_prefix (line, "listed")) + return; + fdata = file_data_new (); if (ace_comm->command_type == FR_ACE_COMMAND_PUBLIC) |