about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mseq.c b/mseq.c
index 7791d68..75e03fc 100644
--- a/mseq.c
+++ b/mseq.c
@@ -262,7 +262,7 @@ main(int argc, char *argv[])
 		}
 
 	if (Cflag) {
-		blaze822_seq_setcur(Cflag);
+		blaze822_loop1(Cflag, (void (*)(char *))blaze822_seq_setcur);
 		return 0;
 	}