[Pinfo-devel] r216 - pinfo/trunk/src

Bas Zoetekouw bas at costa.debian.org
Thu Sep 8 20:34:56 UTC 2005


Author: bas
Date: 2005-09-08 20:34:56 +0000 (Thu, 08 Sep 2005)
New Revision: 216

Modified:
   pinfo/trunk/src/initializelinks.c
Log:
Oops, removed one goto too many...  reverted that


Modified: pinfo/trunk/src/initializelinks.c
===================================================================
--- pinfo/trunk/src/initializelinks.c	2005-09-08 20:33:44 UTC (rev 215)
+++ pinfo/trunk/src/initializelinks.c	2005-09-08 20:34:56 UTC (rev 216)
@@ -504,6 +504,7 @@
 	else if (    ( (notestart = strstr(buf, "*note")) != NULL )
 		      || ( (notestart = strstr(buf, "*Note")) != NULL ) )
 	{
+handlenote:
 		/*************************************************************************
 		 * Scan for normal note of kind "*(infofile)reference:: comment", where  *
 		 * the infofile parameter is optional, and indicates, that a reference   *




More information about the Pinfo-devel mailing list