We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e8ac6 commit 3d41cfbCopy full SHA for 3d41cfb
sr_port/op_wttab.c
@@ -77,7 +77,7 @@ void op_wttab(mint col)
77
if (iod->wrap)
78
{
79
iod->dollar.x = col % iod->width;
80
- assert(0 != iod->length || iod->dollar.y < iod->length);
+ /* assert(0 != iod->length || iod->dollar.y < iod->length); Fixed upstream!!! OSE/SMH */
81
iod->dollar.y += (col / iod->width);
82
if (iod->length)
83
iod->dollar.y %= iod->length;
0 commit comments