Changes in / [d6b6906:5f1e78d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
rd6b6906 r5f1e78d 492 492 493 493 if (g_str_has_prefix(cmd[1], "#")) { 494 495 496 id = td->log[id].id;494 id = g_ascii_strtoull(cmd[1] + 1, NULL, 10); 495 if (id < TWITTER_LOG_LENGTH && td->log) 496 id = td->log[id].id; 497 497 } else if ((bu = bee_user_by_handle(ic->bee, ic, cmd[1])) && 498 498 (tud = bu->data) && tud->last_id)
Note: See TracChangeset
for help on using the changeset viewer.