From 1c04d223717e0224b912210f7f243e1f712c5030 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 2 Sep 2007 21:40:46 +0000 Subject: [PATCH] Fix the fix for bug#32889, also closes bug#42066 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242078 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/ftruncate.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/ftruncate.xml b/reference/filesystem/functions/ftruncate.xml index bfd1615ea4..49c3c5224c 100644 --- a/reference/filesystem/functions/ftruncate.xml +++ b/reference/filesystem/functions/ftruncate.xml @@ -1,5 +1,5 @@ - + @@ -19,9 +19,7 @@ - The file pointer is changed only in append mode. In - write mode, additional fseek - call is needed. + The file pointer is not changed.