d6571851af309232d22da4e9e3643113f8667a22
braney
  Thu Oct 3 09:00:36 2013 -0700
make a buffer larger to accomodate longer track names
diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index 1266543..39d6502 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -7268,31 +7268,31 @@
 BUTTON_MINUS_ALL_GLOBAL();
 puts("&nbsp;<B>Select all subtracks</B><BR>");
 return TRUE;
 }
 
 static boolean compositeUiNoMatrix(char *db, struct cart *cart, struct trackDb *parentTdb,
                                    char *formName)
 // UI for composite tracks: subtrack selection.  This is the default UI
 // without matrix controls.
 {
 int i, j, k;
 char *words[SMALLBUF];
 char option[SMALLBUF];
 int wordCnt;
 char *name, *value;
-char buttonVar[32];
+char buttonVar[1024];
 char setting[] = "subGroupN";
 char *button;
 struct trackDb *subtrack;
 bool hasSubgroups = (trackDbSetting(parentTdb, "subGroup1") != NULL);
 
 if (dimensionsExist(parentTdb))
     return FALSE;
 
 puts("<TABLE>");
 if (hasSubgroups)
     {
     puts("<TR><B>Select subtracks:</B></TR>");
     puts("<TR><TD><B><EM>&nbsp; &nbsp; All</EM></B>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"
          "&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </TD><TD>");
     }