|
@@ -1010,6 +1010,7 @@ namespace Chromium {
|
|
|
i4 = cJSON_GetObjectItem(js, "securityLevel")->valueint;
|
|
|
WriteT(data, i4, wpos, capacity);
|
|
|
i4 = cJSON_GetObjectItem(js, "eventCode")->valueint;
|
|
|
+ WriteT(data, i4, wpos, capacity);
|
|
|
CSimpleStringA s = "";
|
|
|
s = cJSON_GetObjectItem(js, "message")->valuestring;
|
|
|
WriteT(data, s, wpos, capacity);
|