iliaa           Thu Feb 13 11:22:04 2003 EDT

  Modified files:              
    /php4/main  streams.c 
  Log:
  Fixed a typo.
  
  
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.151 php4/main/streams.c:1.152
--- php4/main/streams.c:1.151   Thu Feb 13 10:09:39 2003
+++ php4/main/streams.c Thu Feb 13 11:22:03 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.151 2003/02/13 15:09:39 iliaa Exp $ */
+/* $Id: streams.c,v 1.152 2003/02/13 16:22:03 iliaa Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
@@ -1874,7 +1874,7 @@
        } else if (flags) {
                flags |= O_WRONLY;
        } else {
-               flags |= O_RDONLY'
+               flags |= O_RDONLY;
        }
 
 #ifdef O_BINARY



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to