comparison src/ccl.c @ 35535:0542807f1a5f

(ccl_driver): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 Jan 2001 09:44:53 +0000
parents c0bf5507a0bb
children aedc87e25ce2
comparison
equal deleted inserted replaced
35534:c3e31b874a9e 35535:0542807f1a5f
1718 CCL_INVALID_CMD; 1718 CCL_INVALID_CMD;
1719 } 1719 }
1720 } 1720 }
1721 1721
1722 ccl_error_handler: 1722 ccl_error_handler:
1723 if (ccl->suppress_error 1723 /* The suppress_error member is set when e.g. a CCL-based coding
1724 && destination) 1724 system is used for terminal output. */
1725 if (!ccl->suppress_error && destination)
1725 { 1726 {
1726 /* We can insert an error message only if DESTINATION is 1727 /* We can insert an error message only if DESTINATION is
1727 specified and we still have a room to store the message 1728 specified and we still have a room to store the message
1728 there. */ 1729 there. */
1729 char msg[256]; 1730 char msg[256];