summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <paul@ice.snake.net>2004-10-15 23:16:02 -0500
committerunknown <paul@ice.snake.net>2004-10-15 23:16:02 -0500
commit842e7231868cef88f12a761772a42789d6ecfbf5 (patch)
tree50631c56d675369273521254bd728dd85b4eb7ad /Docs
parent7723eb0258957a717f507350ab0b7bf1b06f1b22 (diff)
downloadmariadb-git-842e7231868cef88f12a761772a42789d6ecfbf5.tar.gz
texi2html:
Change parsing of @image argument. Docs/Support/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;