Changeset 7ceb6b2
- Timestamp:
- 2011-06-11T23:59:00Z (13 years ago)
- Branches:
- master
- Children:
- 52a735e
- Parents:
- 14df98f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r14df98f r7ceb6b2 517 517 (tud = bu->data) && tud->last_id) { 518 518 id = tud->last_id; 519 } else if ( (id = g_ascii_strtoull(cmd[1], NULL, 10))&&520 519 } else if (sscanf(cmd[1], "%" G_GUINT64_FORMAT, &id) == 1 && 520 (id < TWITTER_LOG_LENGTH) && td->log) { 521 521 bu = td->log[id].bu; 522 522 if (g_slist_find(ic->bee->users, bu))
Note: See TracChangeset
for help on using the changeset viewer.