texinfo-commits
[Top][All Lists]
Advanced

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

[5845] return value of look_in_indices


From: Gavin D. Smith
Subject: [5845] return value of look_in_indices
Date: Mon, 29 Sep 2014 09:51:17 +0000

Revision: 5845
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5845
Author:   gavin
Date:     2014-09-29 09:51:16 +0000 (Mon, 29 Sep 2014)
Log Message:
-----------
return value of look_in_indices

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-09-29 09:32:17 UTC (rev 5844)
+++ trunk/ChangeLog     2014-09-29 09:51:16 UTC (rev 5845)
@@ -5,6 +5,7 @@
 
        * info/indices.c (next_index_match, info_next_index_match): 
        Function split out.
+       (look_in_indices): Return value as intended.
 
 2014-09-28  Gavin Smith  <address@hidden>
 

Modified: trunk/info/indices.c
===================================================================
--- trunk/info/indices.c        2014-09-29 09:32:17 UTC (rev 5844)
+++ trunk/info/indices.c        2014-09-29 09:51:16 UTC (rev 5845)
@@ -519,6 +519,7 @@
           nearest = *index_ptr;
         }
     }
+  return nearest;
 }
 
 /* **************************************************************** */




reply via email to

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