Skip to content

Commit

Permalink
Minor bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jun 11, 2018
1 parent ba93a57 commit 27c7342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NXDNControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ bool CNXDNControl::openFile()
if (m_fp == NULL)
return false;

::fwrite("NXDN", 1U, 3U, m_fp);
::fwrite("NXDN", 1U, 4U, m_fp);

return true;
}
Expand Down

0 comments on commit 27c7342

Please sign in to comment.