Removed '\r' and '\n' artifact macros.
This commit is contained in:
@@ -522,7 +522,7 @@ nxt_vsprintf(u_char *buf, u_char *end, const char *fmt, va_list args)
|
||||
continue;
|
||||
|
||||
case 'n':
|
||||
*buf++ = NXT_LF;
|
||||
*buf++ = '\n';
|
||||
fmt++;
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user