From f0abfcc894d7481a662594146898ce98ac3f8c68 Mon Sep 17 00:00:00 2001 From: Alexander Feldman Date: Sun, 15 Apr 2001 19:03:12 +0000 Subject: [PATCH] Fixed typo. --- ext/standard/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0