Mercurial > pidgin
changeset 17275:f3ec513efb59
Parenthesize 5 * 1024, in case the macro expansion occurs within a complex
expression.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Fri, 01 Jun 2007 05:10:01 +0000 |
parents | 9accf6d6cd61 |
children | b9c0a8bb94b9 |
files | libpurple/protocols/myspace/myspace.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */