Module Name:    src
Committed By:   christos
Date:           Thu Mar  8 20:46:35 UTC 2012

Modified Files:
        src/external/gpl2/xcvs/dist/src: logmsg.c

Log Message:
in new format strings, formats are actually checked, so put tag commands in.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src/logmsg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/xcvs/dist/src/logmsg.c
diff -u src/external/gpl2/xcvs/dist/src/logmsg.c:1.3 src/external/gpl2/xcvs/dist/src/logmsg.c:1.4
--- src/external/gpl2/xcvs/dist/src/logmsg.c:1.3	Fri Feb 19 18:50:55 2010
+++ src/external/gpl2/xcvs/dist/src/logmsg.c	Thu Mar  8 15:46:35 2012
@@ -808,7 +808,7 @@ logfile_write (const char *repository, c
 #endif /* SERVER_SUPPORT */
 	                      "p", "s", srepos,
 	                      "r", "s", current_parsed_root->directory,
-	                      "sVv", ",", changes,
+	                      "sVvTt", ",", changes,
 			      logmsg_list_to_args_proc, (void *) NULL,
 	                      (char *) NULL);
     if (!cmdline || !strlen (cmdline))
@@ -933,7 +933,7 @@ verifymsg_proc (const char *repository, 
                                        "r", "s",
                                        current_parsed_root->directory,
                                        "l", "s", vpd->fname,
-				       "sV", ",", vpd->changes,
+				       "sVTt", ",", vpd->changes,
 				       logmsg_list_to_args_proc, (void *) NULL,
 				       (char *) NULL);
 

Reply via email to