]> granicus.if.org Git - apache/commitdiff
icase is intialized as the result of an (a == b) expression, it makes
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 10 Apr 2001 20:35:18 +0000 (20:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 10 Apr 2001 20:35:18 +0000 (20:35 +0000)
  no sense as an unsigned, and this eliminates all compiler emits from
  the module

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88795 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_setenvif.c

index 3e12a713672bb15259ac97aaeac2ad41890c5106..386f3c8d748ed552f9812bdec6136a93c3166445 100644 (file)
@@ -208,7 +208,7 @@ static const char *add_setenvif_core(cmd_parms *cmd, void *mconfig,
     char *var;
     int i;
     int beenhere = 0;
-    unsigned icase;
+    int icase;
 
     /*
      * Determine from our context into which record to put the entry.