Fix property erroneously altered in commit a9a69251edd625a50f271af5d64c157533b5fe48
[pspp-builds.git] / src / output / README
1 The source code in this directory must not call msg() to report
2 errors.  This can lead to reentrance in the output driver, because
3 msg() may report error messages using the output driver.  Instead,
4 this code should report errors with error(), which will never call
5 into the output drivers.