[Po4a-commits] po4a po4a,1.27,1.28
Nicolas FRANCOIS
po4a-devel@lists.alioth.debian.org
Sun, 24 Apr 2005 01:09:26 +0000
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv10300
Modified Files:
po4a
Log Message:
Fix some issues triggered by the testsuite.
Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- po4a 23 Apr 2005 17:03:17 -0000 1.27
+++ po4a 24 Apr 2005 01:09:24 -0000 1.28
@@ -290,7 +290,7 @@
my $options = shift; # reference to an hash of options
while (defined $line and $line !~ m/^\s*$/) {
- if ($line =~ m/^\s*opt(?:_(.+?))?:\s*(.+)\s*$/) {
+ if ($line =~ m/^\s*opt(?:_(.+?))?:\s*(.+?)\s*$/) {
my $lang = $1;
$line = $2;
my $opt = "";