ossp-pkg/pth/pth_debug.c 1.26 -> 1.27
--- pth_debug.c 2002/01/27 11:03:40 1.26
+++ pth_debug.c 2002/10/15 20:34:22 1.27
@@ -86,7 +86,7 @@
pth_dumpqueue(fp, "NEW", &pth_NQ);
pth_dumpqueue(fp, "READY", &pth_RQ);
fprintf(fp, "| Thread Queue RUNNING:\n");
- fprintf(fp, "| 1. thread 0x%lx (\"%s\")\n",
+ fprintf(fp, "| 1. thread 0x%lx (\"%s\")\n",
(unsigned long)pth_current, pth_current->name);
pth_dumpqueue(fp, "WAITING", &pth_WQ);
pth_dumpqueue(fp, "SUSPENDED", &pth_SQ);
|
|