Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > d647f743e4ee28960b78515605928bb8 > files > 5

indent-2.2.9-alt5.src.rpm

--- indent-2.2.9/src/indent.c.orig	2003-09-09 14:14:55 +0000
+++ indent-2.2.9/src/indent.c	2004-01-06 17:08:11 +0000
@@ -873,6 +873,7 @@ static void handle_token_colon(
                                                  * imply we are in a stmt */
         for (t_ptr = s_code; *t_ptr; ++t_ptr)
         {
+            check_lab_size();
             *e_lab++ = *t_ptr;  /* turn everything so far into a label */
         }