]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
Changed types and added casts so that build is clean with gcc -Wsign-compare.
[mmh] / sbr / fmt_compile.c
index 435740eca429d224694c5721b1326c8ecaff791c..dd0b52af2374295afd2ecc57c466a266259e6ab8 100644 (file)
@@ -302,7 +302,7 @@ int
 fmt_compile(char *fstring, struct format **fmt)
 {
        register char *cp;
 fmt_compile(char *fstring, struct format **fmt)
 {
        register char *cp;
-       int i;
+       size_t i;
 
        if (format_string)
                free(format_string);
 
        if (format_string)
                free(format_string);