63164243390df77a62fd47d5aeafbe01444576be
galt
Thu May 15 11:42:51 2025 -0700
Fixes bug found by QA for show ali in window link refs #32750
diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index 532bccb1807..1fb1e6b4a3a 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -7406,31 +7406,31 @@
printAlignments(pslList, start, "htcUserAli", "user", item);
pslFreeList(&pslList);
printf("\n");
printf("
\n");
// get hidden rest of alignments.
pslxFileOpen(pslName, &qt, &tt, &lf);
isProt = (qt == gftProt);
while ((psl = pslNext(lf)) != NULL)
{
slAddHead(&pslList, psl);
}
slSort(&pslList, pslCmpQueryScore);
lineFileClose(&lf);
-printAlignments(pslList, start, "htcUserAli", "user", "");
+printAlignments(pslList, start, "htcUserAli", "user", item);
pslFreeList(&pslList);
printf("
\n");
printf("Input Sequences:
\n");
printf("\n");
printf("
\n");