Joseph Redmon
2015-07-17 43552b6d20be48d14508eb050d6def6b8f283217
src/data.c
@@ -332,7 +332,7 @@
            ++count;
        }
    }
    if(count != 1) printf("%d, %s\n", count, path);
    if(count != 1) printf("Too many or too few labels: %d, %s\n", count, path);
}
matrix load_labels_paths(char **paths, int n, char **labels, int k)