- Timestamp:
- 2012-01-04T00:01:51Z (13 years ago)
- Branches:
- master
- Children:
- ac36463
- Parents:
- 59c03bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/oauth2.c
r59c03bd r7615726 144 144 static char *oauth2_json_dumb_get( const char *json, const char *key ) 145 145 { 146 int is_key ; /* 1 == reading key, 0 == reading value */146 int is_key = 0; /* 1 == reading key, 0 == reading value */ 147 147 int found_key = 0; 148 148
Note: See TracChangeset
for help on using the changeset viewer.