bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bad relative urls in texinfo-4.0f


From: Per Bothner
Subject: Re: bad relative urls in texinfo-4.0f
Date: Wed, 13 Feb 2002 11:11:02 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8+) Gecko/20020208

The appended patch seems to do what I need.  If there are
any down-sides to it, I don't see it.
--
        --Per Bothner
address@hidden   http://www.bothner.com/per/
--- html.c~     Mon Feb  4 23:46:55 2002
+++ html.c      Wed Feb 13 10:37:29 2002
@@ -192,7 +192,10 @@
   if (href)
     {
       if (splitting)
-       add_url_name (nodename, href);
+       {
+         add_url_name (nodename, href);
+         return;
+       }
       add_char ('#');
     }
   /* Always add NODENAME, so that the reference would pinpoint the

reply via email to

[Prev in Thread] Current Thread [Next in Thread]