# HG changeset patch # User Luke Schierer # Date 1064015214 0 # Node ID 847d899a5724da8b05f566c5d7261d4c962e9cdd # Parent c2fb9192377b55d7255f8c5cf7603f312b438bcb [gaim-migrate @ 7442] Tim Ringenbach writes: "I played with the offical client a letter, and it seems to limit status messages to 48 characters, so could you change #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (should be line 143 of yahoo.h) to 48 for me?" committer: Tailor Script diff -r c2fb9192377b -r 847d899a5724 src/protocols/yahoo/yahoo.h --- a/src/protocols/yahoo/yahoo.h Fri Sep 19 23:18:40 2003 +0000 +++ b/src/protocols/yahoo/yahoo.h Fri Sep 19 23:46:54 2003 +0000 @@ -140,7 +140,7 @@ gboolean sms; }; -#define YAHOO_MAX_STATUS_MESSAGE_LENGTH (56) +#define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, enum yahoo_status status, int id); void yahoo_packet_hash(struct yahoo_packet *pkt, int key, const char *value);