+2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * ccl.c (ccl_driver): Fix last change.
+
2001-01-25 Kenichi Handa <handa@etl.go.jp>
* ccl.h (sturct ccl_program): New member suppress_error.
}
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