sha1_file.c: cleanup hdr usage
[gitweb.git] / wt-status.c
index d17a6ba5b2e2cb83767230db02025b106fee1cea..035e546ed77248720813e7c42e0e2b25f5e760a3 100644 (file)
@@ -344,7 +344,7 @@ int git_status_config(const char *k, const char *v)
                wt_status_use_color = git_config_colorbool(k, v);
                return 0;
        }
-       if (!prefixcmp(k, "status.color.") || !strncmp(k, "color.status.", 13)) {
+       if (!prefixcmp(k, "status.color.") || !prefixcmp(k, "color.status.")) {
                int slot = parse_status_slot(k, 13);
                color_parse(v, k, wt_status_colors[slot]);
        }