Skip to content
Snippets Groups Projects
Commit 7f46cad2 authored by jsiegle's avatar jsiegle
Browse files

Changed fopen options

parent fa44fd81
Branches
Tags
No related merge requests found
......@@ -314,7 +314,7 @@ void RecordNode::openFile(Channel* ch)
bool fileExists = f.exists();
ch->file = fopen(ch->filename.toUTF8(), "a+b");
ch->file = fopen(ch->filename.toUTF8(), "ab");
if (!fileExists)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment