forked from github/server
merge bug
This commit is contained in:
parent
9f5aa3c634
commit
64631a8ed1
|
@ -1413,7 +1413,6 @@ report_computer(const char * filename, report_context * ctx, const char * charse
|
|||
fprintf(F, "\"%s\";Parteiname\n", f->name);
|
||||
fprintf(F, "\"%s\";email\n", f->email);
|
||||
if (f->banner) fprintf(F, "\"%s\";banner\n", f->banner);
|
||||
}
|
||||
print_items(F, f->items, f->locale);
|
||||
fputs("OPTIONEN\n", F);
|
||||
for (i=0;i!=MAXOPTIONS;++i) {
|
||||
|
|
Loading…
Reference in New Issue