]> granicus.if.org Git - apache/commitdiff
Fix compiler warning
authorStefan Fritsch <sf@apache.org>
Mon, 9 Nov 2009 14:27:45 +0000 (14:27 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 9 Nov 2009 14:27:45 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834079 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/repos.c

index cbcea9b567e92dc1003050e7d581c794cd4fc31e..fde1d4cd223b54cd349e1be38abdee2708c1f88a 100644 (file)
@@ -197,7 +197,7 @@ struct dav_stream {
     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;
 };