xsane/xsane-0.99-medium-definitions.patch
2006-04-04 16:02:28 +00:00

17 lines
558 B
Diff

--- xsane-0.99/src/xsane-preferences.c.medium-definitions 2005-12-29 12:18:09.000000000 +0100
+++ xsane-0.99/src/xsane-preferences.c 2006-04-04 17:53:11.000000000 +0200
@@ -446,6 +446,13 @@
{
break;
}
+ else if (!strcmp(name, "medium-definitions"))
+ {
+ /* Ignore medium_definitions */
+ SANE_Word discard;
+ xsane_rc_io_w_space(&w, 3);
+ xsane_rc_io_w_word(&w, &discard);
+ }
else if (i == NELEMS(desc))
{
DBG(DBG_info2, "preferences identifier %s unknown\n", name);