mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Minor bug fix.
This commit is contained in:
parent
ba93a57fae
commit
27c7342a48
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue