sasha           Sun Apr 15 12:03:13 2001 EDT

  Modified files:              
    /php4/ext/standard  file.c 
  Log:
  Fixed typo.
  
  
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.151 php4/ext/standard/file.c:1.152
--- php4/ext/standard/file.c:1.151      Sun Apr 15 11:42:50 2001
+++ php4/ext/standard/file.c    Sun Apr 15 12:03:12 2001
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.151 2001/04/15 18:42:50 sasha Exp $ */
+/* $Id: file.c,v 1.152 2001/04/15 19:03:12 sasha Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -1816,7 +1816,7 @@
        
        if (!issock) {
 #ifdef HAVE_FLUSHIO
-               if (type == le_fopen)
+               if (type == le_fopen) {
                        fseek((FILE*)what, 0, SEEK_CUR);
                }
 #endif



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to