diff --git a/demo/test2.c b/demo/test2.c index 05cddc4..f06e679 100644 --- a/demo/test2.c +++ b/demo/test2.c @@ -12,13 +12,13 @@ typedef struct { char* icon; int id; char* name; - int childrenNum; + size_t childrenNum; ClassInfoChild* children; }ClassInfo; typedef struct { long long timestamp; - int infoNum; + size_t infoNum; ClassInfo* info; }Data;