]> git.lyx.org Git - features.git/commit
Further amend fb7b7e52
authorEnrico Forestieri <forenr@lyx.org>
Sun, 11 Dec 2022 13:58:42 +0000 (14:58 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 11 Dec 2022 14:06:22 +0000 (15:06 +0100)
commite18709b176daf7e7db34b89afc240a615764fe78
treec949f8249c06c0b7669dbed99edb83b996f4db05
parent163844a6d0f287ceb9aa2f82da4bbf33448dbeed
Further amend fb7b7e52

This restores the previous behavior of runCommand().
When the child process could not be properly terminated the
error "RunCommand: could not terminate child process" was being
issued. However, in fb7b7e52 there was a misinterpretation
between this condition and the exit status of the child and
these two different errors were mixed up. They are now
disentangled again.
src/support/filetools.cpp