summaryrefslogtreecommitdiff
path: root/MySpace/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-09 16:27:12 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-09 16:27:12 +0000
commit92916d3d9d67abf583b875486d54b1c20ad5883f (patch)
tree02bb5eb09274a73717dffac3120864eb9e3ea3ac /MySpace/common.h
parent68368a3478231511990298a666289c920319206e (diff)
fix for 'add permanently to list' functions
limit max message length 'correctly' (thx Jeff) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@262 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/common.h')
-rw-r--r--MySpace/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/common.h b/MySpace/common.h
index 65f05d4..9eb90b2 100644
--- a/MySpace/common.h
+++ b/MySpace/common.h
@@ -70,7 +70,7 @@ extern char MODULE[256];
#define CLIENT_VER 673
-#define MAX_MESSAGE_SIZE 1024
+#define MAX_MESSAGE_SIZE 975
extern HINSTANCE hInst;