Marcus Meissner : hidclass.sys: Fixed copy/paste error (Coverity).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 5 10:30:26 CDT 2015


Module: wine
Branch: master
Commit: 4b74e9dfa7dcb9067e867300f6bfd52a57206830
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4b74e9dfa7dcb9067e867300f6bfd52a57206830

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Sat Oct  3 09:52:55 2015 +0200

hidclass.sys: Fixed copy/paste error (Coverity).

Signed-off-by: Marcus Meissner <marcus at jet.franken.de>
Signed-off-by: Aric Stewart <aric at codeweavers.com>

---

 dlls/hidclass.sys/descriptor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hidclass.sys/descriptor.c b/dlls/hidclass.sys/descriptor.c
index 6f8e45e..35057f1 100644
--- a/dlls/hidclass.sys/descriptor.c
+++ b/dlls/hidclass.sys/descriptor.c
@@ -414,7 +414,7 @@ void parse_io_feature(unsigned int bSize, int itemVal, int bTag, unsigned int *f
         if ((itemVal & INPUT_ARRAY) == 0)
             feature->isArray= TRUE;
         else
-            feature->isArray= TRUE; /* Var */
+            feature->isArray= FALSE; /* Var */
         if ((itemVal & INPUT_ABS) == 0)
             feature->IsAbsolute = TRUE;
         else




More information about the wine-cvs mailing list