Removed superfluous lseek

SVN revision: 1530
This commit is contained in:
2005-10-25 18:30:25 +00:00
parent 63b2764c0b
commit 506fe90f99
-1
View File
@@ -4789,7 +4789,6 @@ void write_logfile(LOGBOOK * lbs, const char *format, ...)
fh = open(file_name, O_RDWR | O_BINARY | O_CREAT | O_APPEND, 0644);
if (fh < 0)
return;
//lseek(fh, 0, SEEK_END);
now = time(0);
strftime(buf, sizeof(buf), "%d-%b-%Y %H:%M:%S", localtime(&now));