Commit dc65b7e5 authored by Stephen Lord's avatar Stephen Lord

[XFS] If cmn_err is called with a CR character at the end of the input then

do not add one.

SGI Modid: 2.5.x-xfs:slinx:134299a
parent da3ba0f0
......@@ -85,8 +85,8 @@ void
cmn_err(register int level, char *fmt, ...)
{
char *fp = fmt;
ulong flags;
int len;
ulong flags;
va_list ap;
level &= XFS_ERR_MASK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment