-
- Downloads
Modified fopen to be "binary" in RecordNode
Weird behavior was observed during fwrite when files were only opened with "a". fwrite did not write the expected number of bytes (probably augumented things with a \n or \r). This caused serious problems parsing the dumped files in matlab. Forcing a binary fopen option fixed things.
Please register or sign in to comment