summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plot/generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot/generic.c b/src/plot/generic.c
index a367d14..287c2c0 100644
--- a/src/plot/generic.c
+++ b/src/plot/generic.c
@@ -237,7 +237,7 @@ polygon(nsfb_t *nsfb, const int *p, unsigned int n, nsfb_colour_t c)
if (x1 == nsfb->clip.x1 || x1 == poly_x1)
break;
- if (x0 == x1)
+ /* if (x0 == x1) FIXME: This is a hack and breaks other cases */
x1++;
}
}