mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-07 15:34:01 +00:00
Update the C++ version and other changes.
This commit is contained in:
parent
fd54e3eb7c
commit
4ff688045f
7 changed files with 119 additions and 108 deletions
|
|
@ -59,7 +59,7 @@ m_talkerAliasLen(0U)
|
|||
m_talkerAliasData = new unsigned char[50U];
|
||||
|
||||
CStopWatch stopWatch;
|
||||
::srand(stopWatch.start());
|
||||
::srand((unsigned int)stopWatch.start());
|
||||
}
|
||||
|
||||
CMMDVMNetwork::~CMMDVMNetwork()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue