From: Alexander Feldman Date: Sun, 15 Apr 2001 19:03:12 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: php-4.0.6RC1~412 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0abfcc894d7481a662594146898ce98ac3f8c68;p=php Fixed typo. --- diff --git a/ext/standard/file.c b/ext/standard/file.c index d1d3101de9..98928c45d8 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1816,7 +1816,7 @@ PHP_FUNCTION(fread) if (!issock) { #ifdef HAVE_FLUSHIO - if (type == le_fopen) + if (type == le_fopen) { fseek((FILE*)what, 0, SEEK_CUR); } #endif