Index: crossfire-1.71.0+dfsg1/server/c_chat.c
===================================================================
--- crossfire-1.71.0+dfsg1.orig/server/c_chat.c	2014-04-06 01:30:49.000000000 +0300
+++ crossfire-1.71.0+dfsg1/server/c_chat.c	2014-04-13 11:58:47.934737259 +0300
@@ -645,7 +645,7 @@
 
     if (*params == '\0') {
         if (emotion > EMOTE_FIRST && emotion < EMOTE_LAST && single_emotes[emotion - 1][0] != NULL) {
-            snprintf(buf, sizeof(buf), single_emotes[emotion - 1][0]);
+	    snprintf(buf, sizeof(buf), "%s", single_emotes[emotion - 1][0]);
             snprintf(buf2, sizeof(buf2), single_emotes[emotion - 1][1], op->name);
         } else {
             snprintf(buf, sizeof(buf), "You are a nut.");
