[Po4a-commits] po4a/lib/Locale/Po4a Sgml.pm,1.33,1.34

Martin Quinson po4a-devel@lists.alioth.debian.org
Thu, 12 Aug 2004 16:41:00 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv20400

Modified Files:
	Sgml.pm 
Log Message:
Fix a message: there where not enough args to sprintf

Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Sgml.pm	9 Aug 2004 12:58:30 -0000	1.33
+++ Sgml.pm	12 Aug 2004 16:40:56 -0000	1.34
@@ -810,7 +810,7 @@
 	}
 
 	else {
-	    die sprintf(dgettext("po4a","%s:%d: Unknown SGML event type: %s"),
+	    die sprintf("po4a::sgml: ".dgettext("po4a","%s: Unknown SGML event type: %s"),
 			$refs[$parse->line],$event->type)."\n";
 	    
 	}