]> granicus.if.org Git - apache/commitdiff
const is nice
authorJeff Trawick <trawick@apache.org>
Tue, 29 Jan 2002 12:30:52 +0000 (12:30 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 29 Jan 2002 12:30:52 +0000 (12:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93073 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 42d978cea8ec2dced51c3538ef1f1fc3ebfa8551..70cc657a1e34196d2d8b231ac83f330058cd0f06 100644 (file)
@@ -3144,7 +3144,7 @@ static void rewritelog(request_rec *r, int level, const char *text, ...)
     char *str1;
     char str2[512];
     char str3[1024];
-    char *type;
+    const char *type;
     char redir[20]; /* enough for "/redir#%d" if int is 32 bit */
     va_list ap;
     int i;