[Po4a-commits] "po4a po4a,1.94,1.95"

Denis Barbier barbier-guest at alioth.debian.org
Wed Jan 20 20:37:13 UTC 2010


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv9769

Modified Files:
	po4a 
Log Message:
 * po4a: In detection of addenda, replace /add_/ by /^add_/


Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- po4a	15 Jan 2010 21:12:21 -0000	1.94
+++ po4a	20 Jan 2010 20:37:10 -0000	1.95
@@ -846,7 +846,7 @@
 		gettext("The translated and master file are the same."))
 	      if ($main eq $trans);
 
-	    if ($lang =~ /add_/) {
+	    if ($lang =~ /^add_/) {
 		push @{$document{$main}{$lang}},$trans;
 	    } else {
 		die wrap_ref_mod("$config_file:$nb", "",




More information about the Po4a-commits mailing list