[Pinfo-devel] r93 - pinfo/branches/cxx/src

Nathanael Nerode neroden-guest at costa.debian.org
Tue Aug 30 12:57:20 UTC 2005


Author: neroden-guest
Date: 2005-08-30 12:57:20 +0000 (Tue, 30 Aug 2005)
New Revision: 93

Modified:
   pinfo/branches/cxx/src/initializelinks.cxx
Log:
Remove spurious extra push_backs which caused bug.


Modified: pinfo/branches/cxx/src/initializelinks.cxx
===================================================================
--- pinfo/branches/cxx/src/initializelinks.cxx	2005-08-30 12:32:54 UTC (rev 92)
+++ pinfo/branches/cxx/src/initializelinks.cxx	2005-08-30 12:57:20 UTC (rev 93)
@@ -332,7 +332,6 @@
 				if ((end != NULL) &&(end < tmp))		/* if the ')' char was found, and was before '::' */
 				{
 					HyperObject my_ho;
-					hyperobjects.push_back(my_ho);
 					long FilenameLen =(long)(end - line1 - 3);
 					long NodenameLen =(long)(tmp - end - 1);
 					my_ho.file.assign(line1 + 3, FilenameLen);
@@ -348,7 +347,6 @@
 				/* if not cross-info link */
 			{
 				HyperObject my_ho;
-				hyperobjects.push_back(my_ho);
 				long NodenameLen =(long)(tmp - line1 - 2);
 				my_ho.file = "";
 				my_ho.node.assign(line1 + 2, NodenameLen);




More information about the Pinfo-devel mailing list