Regularize most strace_prints throughout so that %E is always preceded by a
comma and elminate most uses of "foo = %s" to "foo %s".
This commit is contained in:
@@ -26,7 +26,7 @@ details. */
|
||||
static void __stdcall
|
||||
set_dl_error (const char *str)
|
||||
{
|
||||
__small_sprintf (_my_tls.locals.dl_buffer, "%s: %E", str);
|
||||
__small_sprintf (_my_tls.locals.dl_buffer, "%s, %E", str);
|
||||
_my_tls.locals.dl_error = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user