From 5b0166bf88bf3bf3ec1e122f023df3887befba90 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 10 Jul 2015 23:37:31 +0000
Subject: [PATCH] small changes
---
src/utils.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/utils.c b/src/utils.c
index bd2f54d..63664ec 100644
--- a/src/utils.c
+++ b/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;
--
Gitblit v1.10.0