fix broken ReadLine()

This commit is contained in:
Dick Hollenbeck 2011-01-15 16:52:41 -06:00
parent 5e37723587
commit 6e119c2bb8
1 changed files with 0 additions and 1 deletions

View File

@ -36,6 +36,5 @@ unsigned FILTER_READER::ReadLine() throw( IO_ERROR )
if( !strchr( "#\n\r", reader[0] ) )
break;
}
strtok( reader, "\n\r" );
return ret;
}