mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
initialize volues
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "eventserver.h"
|
||||
|
||||
void CEventServer::registerEvent2(const unsigned int eventID, const unsigned int ClientID, const std::string udsName)
|
||||
void CEventServer::registerEvent2(const unsigned int eventID, const unsigned int ClientID, const std::string &udsName)
|
||||
{
|
||||
strcpy(eventData[eventID][ClientID].udsName, udsName.c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user