Fix test of fcntl's return value.
[pspp] / ChangeLog
index b8aff86cf5b969b94b0a941647f1381358916abe..5b865c823c0661d1e62c60b15a8e3e7e0525acb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-22  Bruno Haible  <bruno@clisp.org>
+
+       * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
+       return value.
+       * lib/pipe-filter-gi.c (filter_init): Likewise.
+       Reported by Eric Blake.
+
 2009-08-22  Bruno Haible  <bruno@clisp.org>
 
        * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.