# HG changeset patch # User Jeffrey Connelly # Date 1180674601 0 # Node ID f3ec513efb59e391f4b7737ad88e7c32eda7b32d # Parent 9accf6d6cd6159f72b85494ecd12d75d4ed945c5 Parenthesize 5 * 1024, in case the macro expansion occurs within a complex expression. diff -r 9accf6d6cd61 -r f3ec513efb59 libpurple/protocols/myspace/myspace.h --- a/libpurple/protocols/myspace/myspace.h Fri Jun 01 05:07:25 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Fri Jun 01 05:10:01 2007 +0000 @@ -82,7 +82,7 @@ /* Constants */ #define HASH_SIZE 0x14 /**< Size of SHA-1 hash for login */ #define NONCE_SIZE 0x20 /**< Half of decoded 'nc' field */ -#define MSIM_READ_BUF_SIZE 5 * 1024 /**< Receive buffer size */ +#define MSIM_READ_BUF_SIZE (5 * 1024) /**< Receive buffer size */ #define MSIM_FINAL_STRING "\\final\\" /**< Message end marker */ /* Messages */