mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-18 12:44:00 +00:00
Update the C++ version.
This commit is contained in:
parent
b536f95e7e
commit
e57b43377c
59 changed files with 687 additions and 679 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2009-2014,2016,2018,2020 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2009-2014,2016,2018,2020,2025 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -47,7 +47,7 @@ bool CNetwork::write(const unsigned char* data)
|
|||
if (m_addrLen == 0U)
|
||||
return true;
|
||||
|
||||
assert(data != NULL);
|
||||
assert(data != nullptr);
|
||||
|
||||
return m_socket.write(data, 155U, m_addr, m_addrLen);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue