summaryrefslogtreecommitdiff
path: root/threadproc/netware
diff options
context:
space:
mode:
Diffstat (limited to 'threadproc/netware')
-rw-r--r--threadproc/netware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/netware/thread.c b/threadproc/netware/thread.c
index 6688a2c45..926da0a2f 100644
--- a/threadproc/netware/thread.c
+++ b/threadproc/netware/thread.c
@@ -110,7 +110,7 @@ apr_status_t apr_thread_create(apr_thread_t **new,
strncpy (threadName, attr->thread_name, NX_MAX_OBJECT_NAME_LEN);
}
else {
- sprintf(threadName, "APR_thread %0004ld", ++thread_count);
+ sprintf(threadName, "APR_thread %04ld", ++thread_count);
}
/* An original stack size of 0 will allow NXCreateThread() to