mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
forgot to declare
This commit is contained in:
@@ -284,7 +284,7 @@ bool CMonitorData::processElementsRequest(
|
||||
{
|
||||
id = atoi(list[x]);
|
||||
|
||||
for (y = 0; y < m_count; y++)
|
||||
for (int y = 0; y < m_count; y++)
|
||||
if (m_data[y].id == id)
|
||||
{
|
||||
sprintf(tmp, "%d %x|", m_data[y].id, m_data[y].value);
|
||||
@@ -716,4 +716,4 @@ int unpackByte(char *buffer, int & len, char &value)
|
||||
value = buffer[0];
|
||||
len++;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user