2c59596e02c2a8962d129271708e11e1778afb1a chmalee Tue Dec 19 08:34:32 2023 -0800 Fix bug in bigBed extra field printing due to a typo where printing the field value got deleted, refs mailing list diff --git src/hg/hgc/bigBedClick.c src/hg/hgc/bigBedClick.c index 85f6654..87a82bb 100644 --- src/hg/hgc/bigBedClick.c +++ src/hg/hgc/bigBedClick.c @@ -272,30 +272,31 @@ // skip an optional '#' on the first field name if (i == 0 && startsWith("#", name)) name = skipBeyondDelimit(name, '#'); if (startsWith("_", name) && !(startsWith("_json", name)) && !(startsWith("json", name))) detailsTabPrintSpecial(name, val, extraFields); else if (slNameInList(tblFieldNames, name)) { userTbl = (struct embeddedTbl *)hashFindVal(fieldsToEmbeddedTbl, name); userTbl->encodedTbl = val; printEmbeddedTable(tdb, userTbl, tableLabelsDy); } else { printFieldLabel(name); + printf("