]> git.lyx.org Git - features.git/commit
Amend fb7b7e52
authorEnrico Forestieri <forenr@lyx.org>
Sun, 11 Dec 2022 11:15:37 +0000 (12:15 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 11 Dec 2022 11:15:37 +0000 (12:15 +0100)
commitd7910e1870c4e8c427d8854cd68af3ef7de85399
treeff7afd123793882c86a125f98bd5242af392f9f1
parentb278d5ac73c6849771f0a72d426ea4b775de5389
Amend fb7b7e52

pclose() returns -1 only in specific cases, otherwise it returns the
exit status of the child, to be retrieved by the macro WEXITSTATUS.
src/support/filetools.cpp