comparison src/tag.c @ 373:a0e3c8a6d200

updated for version 7.0096
author vimboss
date Tue, 28 Jun 2005 23:24:33 +0000
parents 6c62b9b939bd
children 3d8ab81abe04
comparison
equal deleted inserted replaced
372:a698eb686ded 373:a0e3c8a6d200
753 if (ask_for_selection == TRUE) 753 if (ask_for_selection == TRUE)
754 { 754 {
755 /* 755 /*
756 * Ask to select a tag from the list. 756 * Ask to select a tag from the list.
757 */ 757 */
758 i = prompt_for_number(); 758 i = prompt_for_number(NULL);
759 if (i <= 0 || i > num_matches || got_int) 759 if (i <= 0 || i > num_matches || got_int)
760 { 760 {
761 /* no valid choice: don't change anything */ 761 /* no valid choice: don't change anything */
762 if (use_tagstack) 762 if (use_tagstack)
763 { 763 {