diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 20:43:52 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 20:43:52 +0000 |
commit | f97b8e9637acba704e976dff79436a83c0f9c63a (patch) | |
tree | a7852ec05623e31d62672e942aa5e6c6304ae5c8 /protocols/twitter/twitter.h | |
parent | 3592b95ac23e243425e20ff9f69f407cb5ec4a74 (diff) |
Use hex for show_ids, but stick to the 2-char maximum. a 256-message backlog
really should be enough.
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index ceac4371..8792b7c9 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -84,7 +84,7 @@ struct twitter_user_data time_t last_time; }; -#define TWITTER_LOG_LENGTH 100 +#define TWITTER_LOG_LENGTH 256 struct twitter_log_data { guint64 id; |