The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/vive: Fix _json_get_string

authored by

Christoph Haag and committed by
Jakob Bornecrantz
e3b74c2e 2c818d50

+1 -1
+1 -1
src/xrt/drivers/vive/vive_device.c
··· 610 610 _json_get_string(const cJSON *json, const char *name) 611 611 { 612 612 const cJSON *item = cJSON_GetObjectItemCaseSensitive(json, name); 613 - return strdup(item->string); 613 + return strdup(item->valuestring); 614 614 } 615 615 616 616 static double