K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-03-10T23:12:43.000000Z K 7 svn:log V 213 Don't assign strcmp to a variable called err and then compare it with zero, just compare strcmp with zero. This fixes the same bug which Maxim just fixed and fixes some odd style too. PR: 35712 Reviewed by: arr END