forked from github/server
weg mit doppelter leerzeile bei reportausgabe
This commit is contained in:
parent
8fd95421ca
commit
43add26d80
|
@ -2958,7 +2958,6 @@ reports(void)
|
||||||
fprintf(BAT, ". %s.sh %s\n", factionid(f), f->email);
|
fprintf(BAT, ". %s.sh %s\n", factionid(f), f->email);
|
||||||
fclose(shfp);
|
fclose(shfp);
|
||||||
}
|
}
|
||||||
putc('\n', stdout);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
str = get_param(global.parameters, "globalreport");
|
str = get_param(global.parameters, "globalreport");
|
||||||
|
|
Loading…
Reference in New Issue