From 8f63fe015f143a0838a5192f50ce86ca0f4f3d07 Mon Sep 17 00:00:00 2001 From: Maksim Yevmenkin Date: Wed, 28 Jan 2004 00:05:22 +0000 Subject: [PATCH] The report size is not a local item, so don't clear it when clearing local items. PR: misc/58971 Reviewed by: imp (mentor), mdodd Obtained from: NetBSD --- lib/libusbhid/parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index 6680d84b9ed4..65e13c129b36 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -86,7 +86,6 @@ hid_clear_local(hid_item_t *c) c->string_minimum = 0; c->string_maximum = 0; c->set_delimiter = 0; - c->report_size = 0; } hid_data_t