Skip to content

Commit 44a1aa2

Browse files
authored
Merge pull request #1831 from AllenInstitute/bugfix/1831-logbook-viewer-textual
2 parents 628dd73 + bea6b97 commit 44a1aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/MIES/MIES_LogbookViewer.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ static Function LBV_AddTagsForTextualLBNEntries(string graph, WAVE/T keys, WAVE/
792792
endif
793793

794794
[s] = GetHeadstageColor(j)
795-
sprintf tmp, "\\K(%d, %d, %d)%d:\\K(0, 0, 0)", s.red, s.green, s.blue, j + 1
795+
sprintf tmp, "\\K(%d, %d, %d)%d:\\K(0, 0, 0)", s.red, s.green, s.blue, j
796796
text = ReplaceString("\\", text, "\\\\")
797797
tagString = tagString + tmp + text + "\r"
798798
endfor

0 commit comments

Comments
 (0)