Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

svn commit: r834079 - /httpd/httpd/trunk/modules/dav/fs/repos.c

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


sf at apache

Nov 9, 2009, 6:27 AM

Post #1 of 1 (120 views)
Permalink
svn commit: r834079 - /httpd/httpd/trunk/modules/dav/fs/repos.c

Author: sf
Date: Mon Nov 9 14:27:45 2009
New Revision: 834079

URL: http://svn.apache.org/viewvc?rev=834079&view=rev
Log:
Fix compiler warning

Modified:
httpd/httpd/trunk/modules/dav/fs/repos.c

Modified: httpd/httpd/trunk/modules/dav/fs/repos.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/dav/fs/repos.c?rev=834079&r1=834078&r2=834079&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/dav/fs/repos.c (original)
+++ httpd/httpd/trunk/modules/dav/fs/repos.c Mon Nov 9 14:27:45 2009
@@ -197,7 +197,7 @@
apr_pool_t *p;
apr_file_t *f;
const char *pathname; /* we may need to remove it at close time */
- const char *temppath;
+ char *temppath;
int unlink_on_error;
};

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.