This commit is contained in:
2019-03-09 23:49:10 +03:00
parent 7595a99474
commit cbe5980766
3 changed files with 3 additions and 2 deletions

View File

@@ -270,7 +270,7 @@ if (isSet)
while (payload && i < 3)
Par[i++] = getInt((char **) &payload);
return Ctrl(0, i, Par, send, subItem);
return Ctrl(0, i, Par, send, subItemN);
}
break;