From 2b81707c51f2ae26db5129d15741fe89a3b781d2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 26 Jul 2016 16:55:55 +0200 Subject: rename map to seq The old terminology didn't make much sense to users. --- mscan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mscan.c') diff --git a/mscan.c b/mscan.c index 94afb2c..4cc59b6 100644 --- a/mscan.c +++ b/mscan.c @@ -69,10 +69,10 @@ oneline(char *file) { static int init; if (!init) { - // delay loading of the seqmap until we need to scan the first + // delay loading of the seq until we need to scan the first // file, in case someone in the pipe updated the map before - char *seqmap = blaze822_seq_open(0); - blaze822_seq_load(seqmap); + char *seq = blaze822_seq_open(0); + blaze822_seq_load(seq); cur = blaze822_seq_cur(); init = 1; } -- cgit 1.4.1