summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 4ad69daa..dc537f44 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -2521,6 +2521,8 @@ block_color(void)
p = begin;
while (1) {
+ // FIXME CRASH p will be NULL here.
+ assert(p);
transform_to_color(p->data);
if (p == end)
break;