diff src/zfstream.h @ 7520:b166043585a8

use 0 instead of NULL
author John W. Eaton <jwe@octave.org>
date Fri, 22 Feb 2008 16:44:03 -0500
parents a1dbe9d80eee
children 9708674ab85d
line wrap: on
line diff
--- a/src/zfstream.h
+++ b/src/zfstream.h
@@ -83,7 +83,7 @@
    *  @return  True if file is open.
   */
   bool
-  is_open() const { return (file != NULL); }
+  is_open() const { return (file != 0); }
 
   /**
    *  @brief  Open gzipped file.