From 7edf5272c6c5dd868cfa2b7290a2f572899d4238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Rognes?= Date: Wed, 10 Oct 2018 17:03:25 +0200 Subject: [PATCH] Fix typo in VSEARCH 2.9.0 --- src/fastqjoin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastqjoin.cc b/src/fastqjoin.cc index 28cb455d..e96b3b8b 100644 --- a/src/fastqjoin.cc +++ b/src/fastqjoin.cc @@ -219,7 +219,7 @@ void fastq_join() progress_done(); - if (fastq_next(fastq_rev, 0, chrmap_nochange)) + if (fastq_next(fastq_rev, 0, chrmap_no_change)) fatal("More reverse reads than forward reads"); fprintf(stderr,