From 75b60c306ed78c92ff729738568e488284ed56cb Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 25 Mar 2008 09:13:08 +0000 Subject: small cleanup --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') 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 == ':') { -- cgit