On 27/09/2012 7:17 AM, Scott Kostyshak wrote:
- ::write(pipefd, cmd.c_str(), cmd.length()); + if (::write(pipefd, cmd.c_str(), cmd.length()) < 0) + LYXERR0("Cannot write to pipe!");
You're space-indenting in a tab-indented file here. -- Julien
On 27/09/2012 7:17 AM, Scott Kostyshak wrote:
- ::write(pipefd, cmd.c_str(), cmd.length()); + if (::write(pipefd, cmd.c_str(), cmd.length()) < 0) + LYXERR0("Cannot write to pipe!");
You're space-indenting in a tab-indented file here. -- Julien