summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorpaul@ice.snake.net <>2004-10-15 23:16:02 -0500
committerpaul@ice.snake.net <>2004-10-15 23:16:02 -0500
commit1524f2d89dc35c15aeb74af77492e4665311457d (patch)
tree50631c56d675369273521254bd728dd85b4eb7ad /Docs
parent90528cbaaa963f738bed14df11007484fdffda06 (diff)
downloadmariadb-git-1524f2d89dc35c15aeb74af77492e4665311457d.tar.gz
texi2html:
Change parsing of @image argument.
Diffstat (limited to 'Docs')
-rwxr-xr-xDocs/Support/texi2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Support/texi2html b/Docs/Support/texi2html
index 5dda7c8bbd5..8067d8f72ce 100755
--- a/Docs/Support/texi2html
+++ b/Docs/Support/texi2html
@@ -1811,7 +1811,7 @@ sub fix_image
{
my($text) = @_;
my($arg1, $ext);
- $text =~ /^([^,]*)$/;
+ $text =~ /^([^,]*)/;
die "error in image: '$text'" unless defined($1);
$arg1 = $1;
$arg1 =~ s/@@/@/g;