texinfo-commits
[Top][All Lists]
Advanced

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

[5663] follow menus from command-line for split files properly


From: Gavin D. Smith
Subject: [5663] follow menus from command-line for split files properly
Date: Fri, 13 Jun 2014 12:40:32 +0000

Revision: 5663
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5663
Author:   gavin
Date:     2014-06-13 12:40:31 +0000 (Fri, 13 Jun 2014)
Log Message:
-----------
follow menus from command-line for split files properly

Modified Paths:
--------------
    trunk/info/info.c

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2014-06-13 12:39:07 UTC (rev 5662)
+++ trunk/info/info.c   2014-06-13 12:40:31 UTC (rev 5663)
@@ -435,7 +435,7 @@
               argv += argc; argc = 0;
 
               free (ref_list[0]);
-              ref_list[0] = info_new_reference (node_via_menus->filename,
+              ref_list[0] = info_new_reference (node_via_menus->parent,
                                                 node_via_menus->nodename);
               if (!ref_list[0]->filename) /* Not a split file. */
                 ref_list[0]->filename = node_via_menus->filename;




reply via email to

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