Page MenuHomeFreeBSD

D1378.diff
No OneTemporary

D1378.diff

Index: head/contrib/libxo/libxo/libxo.c
===================================================================
--- head/contrib/libxo/libxo/libxo.c
+++ head/contrib/libxo/libxo/libxo.c
@@ -956,9 +956,6 @@
}
memcpy(newfmt + plen, fmt, len);
- /* Add a newline to the fmt string */
- if (!(xop->xo_flags & XOF_WARN_XML))
- newfmt[len++ + plen] = '\n';
newfmt[len + plen] = '\0';
if (xop->xo_flags & XOF_WARN_XML) {
@@ -1010,6 +1007,7 @@
} else {
vfprintf(stderr, newfmt, vap);
+ fprintf(stderr, ": %s\n", strerror(code));
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 28, 10:19 PM (19 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29084539
Default Alt Text
D1378.diff (568 B)

Event Timeline