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

fix broken ReadLine()

parent 5e377235
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -36,6 +36,5 @@ unsigned FILTER_READER::ReadLine() throw( IO_ERROR )
        if( !strchr( "#\n\r", reader[0] ) )
            break;
    }
    strtok( reader, "\n\r" );
    return ret;
}