diff options
Diffstat (limited to 'src/fr-command-rar.c')
-rw-r--r-- | src/fr-command-rar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 3b0d79b..5fe4c7b 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -89,7 +89,7 @@ Details: RAR 4 Attributes Size Packed Ratio Date Time Checksum Name ----------- --------- -------- ----- -------- ----- -------- ---- -rw-rw-r-- 3165 1310 41% 07-03-17 21:34 888D50B3 loremipsum.txt - -rw-rw-r-- 0 8 0% 07-03-17 21:36 00000000 file2.empty + -rw-rw-r-- 0 8 0% 07-03-17 21:36 00000000 file2.empty ----------- --------- -------- ----- -------- ----- -------- ---- 3165 1318 41% 2 @@ -702,7 +702,7 @@ fr_command_rar_handle_error (FrCommand *comm, error->type = FR_PROC_ERROR_ASK_PASSWORD; break; } - + if (strncmp (line, "Unexpected end of archive", 25) == 0) { /* FIXME: handle this type of errors at a higher level when the freeze is over. */ } |