diff src/ChangeLog @ 5837:09b5be18ba0e

fdopen returns NULL when it fails.
author Marcus Crestani <marcus@crestani.de>
date Sat, 13 Dec 2014 13:58:16 +0100
parents e24390bd4235
children b1500f1ec617
line wrap: on
line diff
--- a/src/ChangeLog	Mon Dec 08 16:27:09 2014 -0700
+++ b/src/ChangeLog	Sat Dec 13 13:58:16 2014 +0100
@@ -1,3 +1,7 @@
+2014-12-13  Marcus Crestani  <crestani@xemacs.org>
+
+	* dumper.c (pdump): fdopen returns NULL when it fails.
+
 2014-12-05  Jerry James  <james@xemacs.org>
 
 	* src/fileio.c (Ffile_truename): Fix off-by-one error.