changeset 373:a0e3c8a6d200

updated for version 7.0096
author vimboss
date Tue, 28 Jun 2005 23:24:33 +0000
parents a698eb686ded
children 575dacb554d8
files src/tag.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/tag.c
+++ b/src/tag.c
@@ -755,7 +755,7 @@ do_tag(tag, type, count, forceit, verbos
 		/*
 		 * 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 */