[file-roller/bug-588547] ignore the error type
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Subject: [file-roller/bug-588547] ignore the error type
- Date: Wed, 15 Jul 2009 17:21:41 +0000 (UTC)
commit ef23151cd1131af185a6011e740cdc746efc5b25
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Jul 15 19:20:56 2009 +0200
ignore the error type
src/fr-command-7z.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index 9be2b6c..8fd6acd 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -498,10 +498,10 @@ g_print ("[2-3]\n");
return;
}
-g_print ("[3]\n");
+g_print ("[3] [%d] [%d]\n", error->type, error->status);
- if (error->type != FR_PROC_ERROR_COMMAND_ERROR)
- return;
+ /*if (error->type != FR_PROC_ERROR_COMMAND_ERROR)
+ return;*/
g_print ("[4]\n");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]