On 07/16/2010 07:55 AM, [email protected] wrote:
Author: kuemmel Date: Fri Jul 16 07:55:31 2010 New Revision: 34910 URL: http://www.lyx.org/trac/changeset/34910Log: only guard terminal output.
Modified: lyx-devel/trunk/src/support/SystemcallPrivate.h
==============================================================================
char errdata_[bufsize_];
///
- bool showout_;
+ bool terminalErrExists_;
terminal_err_exists_
///
- bool showerr_;
+ bool terminalOutExists_;
terminal_out_exists_ Abdel.
