diff options
author | rbuj <[email protected]> | 2019-09-08 22:21:58 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-09-10 14:44:00 +0200 |
commit | 758b9d3a9587816b0a6837fdc8dcb3bf1c33dea9 (patch) | |
tree | b465214d511d47af695af395475540d0a34594fc /src | |
parent | 807286f708e326a3638b664a513b884eeeee2390 (diff) | |
download | engrampa-758b9d3a9587816b0a6837fdc8dcb3bf1c33dea9.tar.bz2 engrampa-758b9d3a9587816b0a6837fdc8dcb3bf1c33dea9.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 0794051..5d277fc 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) |