- Timestamp:
- 2012-11-09T00:23:44Z (12 years ago)
- Branches:
- master
- Children:
- 5d749ad
- Parents:
- fb351ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/json_util.c
rfb351ce r5246133 31 31 int i; 32 32 33 if( obj->type != json_object )33 if( !obj || obj->type != json_object ) 34 34 return NULL; 35 35
Note: See TracChangeset
for help on using the changeset viewer.