Log types no longer have :
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1003
This commit is contained in:
parent
e139c8f9cb
commit
4dc60a22db
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ void LOG_StartUp(void) {
|
|||
char buf[1024];
|
||||
for (Bitu i=1;i<LOG_MAX;i++) {
|
||||
strcpy(buf,loggrp[i].front);
|
||||
buf[strlen(buf)-1]=0;
|
||||
lowcase(buf);
|
||||
sect->Add_bool(buf,true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue