forked from rebolsource/r3
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
show none crashes Rebol.
You should (for example) add test for none value here:
Lines 345 to 351 in baf7e6c
| case CMD_GRAPHICS_SHOW: | |
| { | |
| REBGOB* gob = (REBGOB*)RXA_SERIES(frm, 1); | |
| Show_Gob(gob); | |
| RXA_TYPE(frm, 1) = RXT_GOB; | |
| return RXR_VALUE; | |
| } |
Metadata
Metadata
Assignees
Labels
No labels