From 4baefa57dd67b83036c0034ae03bc050ff577384 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 2 Feb 2007 06:37:16 +0000 Subject: Typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9773 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/chat.c b/src/map/chat.c index 0bc95ca9c..eb77fdd89 100644 --- a/src/map/chat.c +++ b/src/map/chat.c @@ -42,7 +42,7 @@ int chat_createchat(struct map_session_data* sd,int limit, int pub, char* pass, titlelen = cap_value(titlelen, 0, sizeof(cd->title)-1); // empty string achievable by using custom client // the following two input strings aren't zero terminated, have to handle it manually memcpy(cd->pass, pass, 8); cd->pass[8]= '\0'; - memcpy(cd->title, title, titlelen); cd->title[titlelen] = '\0'; + memcpy(cd->title, title, titlelen); cd->title[titlelen] = '\0'; cd->owner = (struct block_list **)(&cd->usersd[0]); cd->usersd[0] = sd; -- cgit v1.2.3-70-g09d2