removed a lot of trailing \n in bb_msg() calls. It is added
automatically by function itself.
This commit is contained in:
@ -109,7 +109,7 @@ FILE *xfopen(const char *path, const char *mode)
|
||||
int xopen(const char *pathname, int flags)
|
||||
{
|
||||
if (ENABLE_DEBUG && (flags & O_CREAT))
|
||||
bb_error_msg_and_die("xopen() with O_CREAT\n");
|
||||
bb_error_msg_and_die("xopen() with O_CREAT");
|
||||
|
||||
return xopen3(pathname, flags, 0777);
|
||||
}
|
||||
|
Reference in New Issue
Block a user