mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
what happened?
Conflicts: Makefile
This commit is contained in:
@ -18,8 +18,6 @@ char *basecfg(char *cfgfile)
|
||||
c = next+1;
|
||||
}
|
||||
c = copy_string(c);
|
||||
next = strchr(c, '_');
|
||||
if (next) *next = 0;
|
||||
next = strchr(c, '.');
|
||||
if (next) *next = 0;
|
||||
return c;
|
||||
|
Reference in New Issue
Block a user