Ignore:
Timestamp:
2010-04-06T23:54:00Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d569019
Parents:
2abceca
Message:

Killed unused twitter_urldecode() and silence some compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r2abceca r0519b0a  
    372372        if (td->home_timeline_id) {
    373373                args[2] = "since_id";
    374                 args[3] = g_strdup_printf ("%llu", td->home_timeline_id);
     374                args[3] = g_strdup_printf ("%llu", (long long unsigned int) td->home_timeline_id);
    375375        }
    376376
Note: See TracChangeset for help on using the changeset viewer.