From 872909dee204c3244c413a09791f69d066dc318c Mon Sep 17 00:00:00 2001 From: Yuuki Galaxy Date: Fri, 29 Nov 2024 21:54:53 +0800 Subject: [PATCH] modified: src1/input.c --- c_cpp/salusFstReCoord/src1/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c_cpp/salusFstReCoord/src1/input.c b/c_cpp/salusFstReCoord/src1/input.c index d4b51d69a..50ead0a0f 100644 --- a/c_cpp/salusFstReCoord/src1/input.c +++ b/c_cpp/salusFstReCoord/src1/input.c @@ -101,8 +101,8 @@ void fill_worker(int_least16_t worker_id) { free(fstBCdata_p->comment); fstBCdata_p->comment = NULL; #endif - if (kseq_ret == -3) { - Parameters.ksflag = -1; + if (kseq_ret < 0) { // -1 for FEOF + Parameters.ksflag = kseq_ret; } } // continue; -- 2.11.4.GIT