Changeset 7a80925 for lib/oauth2.c


Ignore:
Timestamp:
2014-02-13T08:48:37Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6ae1056
Parents:
e76cf26
Message:

Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9.
Few BitlBee-specific diffs now. Annoyingly need to link to libm now for the
use of the function pow() since the lib now does its own number parsing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth2.c

    re76cf26 r7a80925  
    154154                              strstr( content_type, "text/javascript" ) ) )
    155155        {
    156                 json_value *js = json_parse( req->reply_body );
     156                json_value *js = json_parse( req->reply_body, req->body_size );
    157157                if( js && js->type == json_object )
    158158                {
Note: See TracChangeset for help on using the changeset viewer.