faup1090: write _v on every line, bump TSV_VERSION

This commit is contained in:
Oliver Jowett 2019-03-19 18:10:38 +00:00
parent 14c458db8c
commit 45886edc40
3 changed files with 4 additions and 23 deletions

View file

@ -204,7 +204,6 @@ int main(int argc, char **argv) {
// Set up output connection on stdout
fatsv_output = makeFatsvOutputService();
createGenericClient(fatsv_output, STDOUT_FILENO);
writeFATSVHeader();
// Run it until we've lost either connection
while (!Modes.exit && beast_input->connections && fatsv_output->connections) {