diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-07 00:49:53 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-07 00:49:53 +0000 |
| commit | 234e6b87fa54bdffd4589a7e4ee7cf7138381de6 (patch) | |
| tree | a714331d7db10f0f6f48e74f6c46614ced47e9e0 /lib/libusbhid/parse.c | |
| parent | b0850075ac202e1c3de52279658d9e5eadbbc7eb (diff) | |
Notes
Diffstat (limited to 'lib/libusbhid/parse.c')
| -rw-r--r-- | lib/libusbhid/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index 124218f57c2a9..d8c64625bfee6 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -74,6 +74,7 @@ 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 |
