Changes in / [5f1e78d:d6b6906]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r5f1e78d rd6b6906  
    492492
    493493                if (g_str_has_prefix(cmd[1], "#")) {
    494                         id = g_ascii_strtoull(cmd[1] + 1, NULL, 10);
    495                         if (id < TWITTER_LOG_LENGTH && td->log)
    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;
    497497                } else if ((bu = bee_user_by_handle(ic->bee, ic, cmd[1])) &&
    498498                    (tud = bu->data) && tud->last_id)
Note: See TracChangeset for help on using the changeset viewer.