summaryrefslogtreecommitdiff
path: root/threadproc/netware
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-12-11 19:40:50 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-12-11 19:40:50 +0000
commit576c5f30bad04dc95fff2f113dc02b5c04160d3d (patch)
tree05b8fa18aeaf058dfa7c2e463002821ae691e026 /threadproc/netware
parent893c7b2a1072831bcf0610893655c56a18357957 (diff)
downloadlibapr-576c5f30bad04dc95fff2f113dc02b5c04160d3d.tar.gz
Clean up GNU compiler issues on NetWare
Submitted by: Pavel Novy git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62626 13f79535-47bb-0310-9956-ffa450edef68
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