what happened?

Conflicts:
	Makefile
This commit is contained in:
Joseph Redmon
2015-06-15 23:22:44 -07:00
parent 1a53f268ac
commit f98efe6c32
10 changed files with 407 additions and 225 deletions

View File

@ -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;