mturk 2005/05/29 23:16:39
Modified: jni/native/src file.c
Log:
Rename tcn_dup_string to tcn_strdup
Revision Changes Path
1.7 +2 -2 jakarta-tomcat-connectors/jni/native/src/file.c
Index: file.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/file.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- file.c 24 May 2005 09:24:40 -0000 1.6
+++ file.c 30 May 2005 06:16:39 -0000 1.7
@@ -97,7 +97,7 @@
{
apr_pool_t *p = J2P(pool, apr_pool_t *);
apr_file_t *f = NULL;
- char *ctempl = tcn_dup_string(e, templ);
+ char *ctempl = tcn_strdup(e, templ);
UNREFERENCED(o);
if (!ctempl) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]