Joseph Redmon
2015-06-16 f98efe6c32a064e77712f25fb40a673c3249cfd4
src/utils.c
@@ -18,8 +18,6 @@
        c = next+1;
    }
    c = copy_string(c);
    next = strchr(c, '_');
    if (next) *next = 0;
    next = strchr(c, '.');
    if (next) *next = 0;
    return c;