diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-29 22:32:36 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-29 22:32:36 +0000 |
commit | e038fbc943a6b2ae4f6890c02b497b51329962e3 (patch) | |
tree | 7f55af65aaaa9e824ace5a62d60533421b7d6f09 /src/common/showmsg.c | |
parent | 241ebe1c9cac17f0b583b10d7227f7d3c87638bd (diff) | |
download | hercules-e038fbc943a6b2ae4f6890c02b497b51329962e3.tar.gz hercules-e038fbc943a6b2ae4f6890c02b497b51329962e3.tar.bz2 hercules-e038fbc943a6b2ae4f6890c02b497b51329962e3.tar.xz hercules-e038fbc943a6b2ae4f6890c02b497b51329962e3.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@417 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r-- | src/common/showmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c index f60fb88b4..e96f97e22 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -51,7 +51,7 @@ int _ShowMessage(const char *string, enum msg_type flag){ // by MC Cameri // abort(); // Kill server? Deadly } strcpy(output,prefix); - strcpy(output," "); + strcat(output," "); strcat(output,string); printf(output); fflush(stdout); |