From 93472403c28b2bb7538db15b12de1d3725f3d618 Mon Sep 17 00:00:00 2001 From: Alib Date: Thu, 10 Mar 2011 08:49:21 +0100 Subject: fix bug in svdrp.php after latest commit --- bin/svdrp.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/svdrp.php b/bin/svdrp.php index ceed493..efee0f0 100644 --- a/bin/svdrp.php +++ b/bin/svdrp.php @@ -67,9 +67,8 @@ class SVDRP $nline = 0; while(!feof($this->handle)) { - $s .= fgets($this->handle,4096)) - $nline++; - + $s .= fgets($this->handle); + $nline++; $this->DebugMessage($s); if(!preg_match("/^(\\d{3})([ -])(.*)$/", $s, $data)) { -- cgit v1.2.3