about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 16:55:55 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 16:55:55 +0200
commit2b81707c51f2ae26db5129d15741fe89a3b781d2 (patch)
tree7233dfbcd955317fb708698cff46c35f2df7b3e2 /mscan.c
parent1fd83bf1a8279cd9b2be83db0eaba67831ebc6ca (diff)
downloadmblaze-2b81707c51f2ae26db5129d15741fe89a3b781d2.tar.gz
mblaze-2b81707c51f2ae26db5129d15741fe89a3b781d2.tar.xz
mblaze-2b81707c51f2ae26db5129d15741fe89a3b781d2.zip
rename map to seq
The old terminology didn't make much sense to users.
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c6
1 files changed, 3 insertions, 3 deletions
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;
 	}