Browse Source

fix broken ReadLine()

pull/1/head
Dick Hollenbeck 15 years ago
parent
commit
6e119c2bb8
  1. 1
      common/filter_reader.cpp

1
common/filter_reader.cpp

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