summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 9b6b4036..2e30bf01 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -1495,7 +1495,7 @@ static int parseLegacySyslogMsg(msg_t *pMsg, int flags)
}
if (iCnt == 32) {
while(*p2parse && *p2parse != ':' && *p2parse != ' ') {
- *p2parse++;
+ ++p2parse;
}
}
if(*p2parse == ':') {