File sourcenav-5.1.4-increment.patch of Package Source-Navigator
--- libgui/src/tkTableCmds.c +++ libgui/src/tkTableCmds.c @@ -108,7 +108,8 @@ /* no error checking because GetIndex did it for us */ p++; x = strtol(p, &p, 0) - x - tablePtr->activeX; - y = strtol(++p, &p, 0) - y - tablePtr->activeY; + p++; + y = strtol(p, &p, 0) - y - tablePtr->activeY; textLayout = Tk_ComputeTextLayout(tagPtr->tkfont, tablePtr->activeBuf, -1,