viewing paste Unknown #1635 | Diff

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13
Index: mapindex.c
===================================================================
--- mapindex.c  (revision 16955)
+++ mapindex.c  (working copy)
@@ -125,7 +125,7 @@
 
    for (i = 1; i < max_index; i++)
    {
-       if (strcmp(indexes[i].name,map_name)==0)
+       if (strcmpi(indexes[i].name,map_name)==0)
            return i;
    }
    ShowDebug("mapindex_name2id: Map \"%s\" not found in index list!\n", map_name);
Viewed 684 times, submitted by Guest.