K 10 svn:author V 3 imp K 8 svn:date V 27 2018-07-12T16:19:17.415878Z K 7 svn:log V 300 Fix an obvious 'is odd' check. len % 1 is always true. Fix StrHexToBytes to do a proper odd length check. This was only called by DevPathFromTextGenericPath, ConvertFromTextVendor and DevPathFromTextMAC, which we've not had a need to actually use just yet. Submitted by: David Binderman PR: 229718 END