On Apr 26 13:28, S. Schulz wrote: > I found a bug in syslog-ng-1.6.12. > If i use the MSGONLY macro the first char of the message is missing. > > Here is the patch: > -snip-------------------------------- > 426,427c426,428 > < colon++; > < ofs = (colon - (char *) msg->msg->data); > --- > > ofs = (colon - (char *) msg->msg->data) + 2; > > if (ofs > msg->msg->length) > > ofs = msg->msg->length; > -snap--------------------------------
Thanks, but this isn't Cygwin specific. You should better send the patch upstream. See http://www.balabit.com/products/syslog_ng/ Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/