Skip to content

Commit 3d41cfb

Browse files
committed
Upsteam fix -- just annoying so I am doing it right now
1 parent b2e8ac6 commit 3d41cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sr_port/op_wttab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void op_wttab(mint col)
7777
if (iod->wrap)
7878
{
7979
iod->dollar.x = col % iod->width;
80-
assert(0 != iod->length || iod->dollar.y < iod->length);
80+
/* assert(0 != iod->length || iod->dollar.y < iod->length); Fixed upstream!!! OSE/SMH */
8181
iod->dollar.y += (col / iod->width);
8282
if (iod->length)
8383
iod->dollar.y %= iod->length;

0 commit comments

Comments
 (0)