mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Minor bug fix.
This commit is contained in:
@@ -1059,7 +1059,7 @@ bool CNXDNControl::openFile()
|
|||||||
if (m_fp == NULL)
|
if (m_fp == NULL)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
::fwrite("NXDN", 1U, 3U, m_fp);
|
::fwrite("NXDN", 1U, 4U, m_fp);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user