Mercurial > pidgin
diff libpurple/protocols/myspace/myspace.h @ 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 | 57bde8784308 |
| children | d3e17c9d16e9 |
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 */
