]> git.sur5r.net Git - openldap/commitdiff
Silence warning in prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 10 Nov 2006 10:42:39 +0000 (10:42 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 10 Nov 2006 10:42:39 +0000 (10:42 +0000)
libraries/liblunicode/ucdata/ucdata.c

index 011edd5e14d65532705f422ef70db99eb1717a51..5b360f61ff64b05951ae0dc73d5d77ac1bb0507a 100644 (file)
@@ -397,7 +397,7 @@ static ac_uint4
 _uccase_lookup(ac_uint4 code, long l, long r, int field)
 {
     long m;
-       ac_uint4 *tmp;
+       const ac_uint4 *tmp;
 
     /*
      * Do the binary search.