changeset 35535:0542807f1a5f

(ccl_driver): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 Jan 2001 09:44:53 +0000
parents c3e31b874a9e
children 8fd344794fc0
files src/ccl.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ccl.c	Thu Jan 25 09:21:17 2001 +0000
+++ b/src/ccl.c	Thu Jan 25 09:44:53 2001 +0000
@@ -1720,8 +1720,9 @@
     }
 
  ccl_error_handler:
-  if (ccl->suppress_error
-      && destination)
+  /* The suppress_error member is set when e.g. a CCL-based coding
+     system is used for terminal output.  */
+  if (!ccl->suppress_error && destination)
     {
       /* We can insert an error message only if DESTINATION is
          specified and we still have a room to store the message