mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Minor bug fix.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user