mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 06:22:15 -05:00
Correct an invalid variable name.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8274 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
b5d9729bd5
commit
1019d851aa
@ -130,7 +130,7 @@ void LogQSO::accept()
|
|||||||
auto rzult = _sock.writeDatagram ( qba_adif, n1mmhost, quint16(m_config->n1mm_server_port()));
|
auto rzult = _sock.writeDatagram ( qba_adif, n1mmhost, quint16(m_config->n1mm_server_port()));
|
||||||
if (rzult == -1) {
|
if (rzult == -1) {
|
||||||
MessageBox::warning_message (this, tr ("Error sending log to N1MM"),
|
MessageBox::warning_message (this, tr ("Error sending log to N1MM"),
|
||||||
tr ("Write returned \"%1\"").arg (errno));
|
tr ("Write returned \"%1\"").arg (rzult));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user