From e4034ba27de725e0fa9b6c4de8f32ca7ad0193a3 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 9 Dec 2013 11:07:47 -0500 Subject: Do not allow NULL keys when setting options This should fix a bug where command line options for the "manual" location provider cannot override the config file. To keep compatability with previous versions the command line parser will still special case parsing "-l LAT:LON" and set the correct options in "manual". --- src/gamma-randr.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gamma-randr.c') diff --git a/src/gamma-randr.c b/src/gamma-randr.c index 983e43b..9e528b5 100644 --- a/src/gamma-randr.c +++ b/src/gamma-randr.c @@ -281,12 +281,6 @@ randr_print_help(FILE *f) int randr_set_option(randr_state_t *state, const char *key, const char *value) { - if (key == NULL) { - fprintf(stderr, _("Missing value for parameter: `%s'.\n"), - value); - return -1; - } - if (strcasecmp(key, "screen") == 0) { state->screen_num = atoi(value); } else if (strcasecmp(key, "crtc") == 0) { -- cgit v1.2.3-70-g09d2