summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.c b/action.c
index ab4d2f4d..c95c0def 100644
--- a/action.c
+++ b/action.c
@@ -627,7 +627,7 @@ actionWriteToAction(action_t *pAction)
pAction->f_prevcount);
#else
uchar szRepMsg[1024];
- snprintf((char*)szRepMsg, sizeof(szRepMsg), "message repeated %d times: [%.800]",
+ snprintf((char*)szRepMsg, sizeof(szRepMsg), "message repeated %d times: [%.800s]",
pAction->f_prevcount, getMSG(pAction->f_pMsg));
#endif