diff options
Diffstat (limited to 'uxd.c')
-rw-r--r-- | uxd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -231,6 +231,8 @@ void parse_colors(char *arg) { if(!arg[4]) return; check_color(arg[4]); bad_color = arg[4] - '0'; + + if(arg[5]) color_error(); } void number_err(int opt) { |