--- cups-1.2.8/cups/options.c.options 2006-02-22 22:43:17.000000000 +0000 +++ cups-1.2.8/cups/options.c 2007-02-26 18:34:52.000000000 +0000 @@ -622,7 +622,7 @@ free(option->value); if (i > 0) - memmove(option, option + 1, i * sizeof(cups_option_t *)); + memmove(option, option + 1, i * sizeof(cups_option_t)); } /*