From 0cd9f74fa5f16ff9573ae52a01296b90b02a9324 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 3 Sep 2004 01:53:12 +0000 Subject: Regularize most strace_prints throughout so that %E is always preceded by a comma and elminate most uses of "foo = %s" to "foo %s". --- winsup/cygwin/dlfcn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/dlfcn.cc') diff --git a/winsup/cygwin/dlfcn.cc b/winsup/cygwin/dlfcn.cc index 9202d1139..e57bb6328 100644 --- a/winsup/cygwin/dlfcn.cc +++ b/winsup/cygwin/dlfcn.cc @@ -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; } -- cgit v1.2.3