File tktable-warnings.patch of Package tktable

--- generic/tkTableCmds.c
+++ generic/tkTableCmds.c
@@ -118,7 +118,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,
openSUSE Build Service is sponsored by