Changeset f8c9347


Ignore:
Timestamp:
2016-11-23T23:41:22Z (7 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ed1f5e8d
Parents:
5a8afc3
Message:

Heh, oops, some error in the Twitter module still mentioned XML. Fixed.

Some structs still have xml in their name but meh, at least that's not
visible to the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r5a8afc3 rf8c9347  
    234234        if ((ret = json_parse(req->reply_body, req->body_size)) == NULL) {
    235235                imcb_error(ic, "Could not retrieve %s: %s",
    236                            path, "XML parse error");
     236                           path, "JSON parse error");
    237237        }
    238238        return ret;
Note: See TracChangeset for help on using the changeset viewer.