updated for version 7.0096
diff --git a/src/tag.c b/src/tag.c
index e780b3c..95a90d4 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -755,7 +755,7 @@
 		/*
 		 * Ask to select a tag from the list.
 		 */
-		i = prompt_for_number();
+		i = prompt_for_number(NULL);
 		if (i <= 0 || i > num_matches || got_int)
 		{
 		    /* no valid choice: don't change anything */