Max Bruckner 8 лет назад
Родитель
Сommit
5916f70640
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cJSON.h

+ 1 - 1
cJSON.h

@@ -63,7 +63,7 @@ typedef struct cJSON
 
     /* The item's string, if type==cJSON_String  and type == cJSON_Raw */
     char *valuestring;
-    /* The item's number, if type==cJSON_Number */
+    /* DEPRECATED, use valuedouble instead */
     int valueint;
     /* The item's number, if type==cJSON_Number */
     double valuedouble;