Commit 6e119c2b authored by Dick Hollenbeck's avatar Dick Hollenbeck

fix broken ReadLine()

parent 5e377235
...@@ -36,6 +36,5 @@ unsigned FILTER_READER::ReadLine() throw( IO_ERROR ) ...@@ -36,6 +36,5 @@ unsigned FILTER_READER::ReadLine() throw( IO_ERROR )
if( !strchr( "#\n\r", reader[0] ) ) if( !strchr( "#\n\r", reader[0] ) )
break; break;
} }
strtok( reader, "\n\r" );
return ret; return ret;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment