ossp-pkg/pth/pth_debug.c 1.27 -> 1.28
--- pth_debug.c 2002/10/15 20:34:22 1.27
+++ pth_debug.c 2002/10/24 15:21:13 1.28
@@ -58,7 +58,7 @@
static char str[1024];
size_t n;
- errno_shield {
+ pth_shield {
va_start(ap, fmt);
if (file != NULL)
pth_snprintf(str, sizeof(str), "%d:%s:%04d: ", (int)getpid(), file, line);
|
|