$NetBSD: patch-ai,v 1.6 2004/03/04 20:54:40 wiz Exp $

--- src/parseinfo.c.orig	Thu Feb 12 20:56:15 2004
+++ src/parseinfo.c
@@ -347,6 +347,14 @@ parse_config (cvsroot)
 		goto error_return;
 	    }
 	}
+	else if (strcmp (line, "tag") == 0) {
+	    RCS_citag = strdup(p);
+	    if (RCS_citag == NULL) {
+		error (0, 0, "%s: no memory for local tag '%s'",
+		       infopath, p);
+		goto error_return;
+	    }
+	}
 	else if (strcmp (line, "PreservePermissions") == 0)
 	{
 	    if (strcmp (p, "no") == 0)
