diff options
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1495,7 +1495,7 @@ static int parseLegacySyslogMsg(msg_t *pMsg, int flags) } if (iCnt == 32) { while(*p2parse && *p2parse != ':' && *p2parse != ' ') { - *p2parse++; + ++p2parse; } } if(*p2parse == ':') { |