Fixed undefined operation warnings.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-23 20:37:48 +00:00
rodzic 5808568b4b
commit c5c45ab7ba
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1291,7 +1291,7 @@ sane_control_option (SANE_Handle handle, SANE_Int option,
free (s->val[option].s);
s->val[option].s = strdup (val);
RIE(status = calc_parameters(s));
RIE(calc_parameters(s));
s->opt[OPT_BRIGHTNESS].cap |= SANE_CAP_INACTIVE;
s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE;

Wyświetl plik

@ -1,5 +1,8 @@
CHANGES for the SANE Mustek USB backend
2002-01-23:
* Fixed undefined operation warnings.
2002-01-11
* Release of version 1.0-10.