remove unneeded fseek

This commit is contained in:
z3APA3A 2020-11-18 17:55:23 +03:00
parent 99a744abda
commit e013cc2ab8

View File

@ -339,7 +339,6 @@ int MODULEMAINFUNC (int argc, char** argv){
fp = fopen(argv[i] + 2, "a");
if (fp) {
srv.stdlog = fp;
fseek(fp, 0L, SEEK_END);
}
}