Minor bug fix.

This commit is contained in:
Jonathan Naylor 2018-06-11 21:22:56 +01:00
parent ba93a57fae
commit 27c7342a48

View file

@ -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;
}