CVS update: /ccvs/src/

[email protected] 4 May 2005 02:38:51 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/03 19:38:51

Modified:
 /ccvs/src/
  ChangeLog, tag.c

Log:
 * tag.c (tag_check_valid): Don't verify the_val_args.found when it is
 not initialized.

File Changes:

Directory: /ccvs/src/
=====================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3184&r2=1.3185
Delta lines:  +5 -0
-------------------
--- ChangeLog	3 May 2005 17:32:44 -0000	1.3184
+++ ChangeLog	4 May 2005 02:38:48 -0000	1.3185
@@ -1,5 +1,10 @@
 2005-05-03  Derek Price  <[email protected]>
 
+	* tag.c (tag_check_valid): Don't verify the_val_args.found when it is
+	not initialized.
+
+2005-05-03  Derek Price  <[email protected]>
+
 	* add.c: Update comment to include the -k option.  This resolves issue
 	#226 on cvshome.org.
 

File [changed]: tag.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/tag.c?r1=1.138&r2=1.139
Delta lines:  +2 -5
-------------------
--- tag.c	2 May 2005 19:16:36 -0000	1.138
+++ tag.c	4 May 2005 02:38:48 -0000	1.139
@@ -1691,9 +1691,6 @@
 	    error (1, 0, "no such tag `%s'", name);
     }
 
-    if (!the_val_args.found)
-	error (1, 0, "no such tag %s", name);
-    else
 	/* The tags is valid but not mentioned in val-tags.  Add it.  */
 	add_to_val_tags (name);
 }