From e716880372f0167f3ab73eed4c71b48b82d0b42e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 14 Jan 2015 14:04:03 +0000 Subject: [PATCH] Minor cleanup (coverity) --- libraries/liblunicode/ure/ure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblunicode/ure/ure.c b/libraries/liblunicode/ure/ure.c index ffbd9b5e2c..195289f48d 100644 --- a/libraries/liblunicode/ure/ure.c +++ b/libraries/liblunicode/ure/ure.c @@ -416,7 +416,7 @@ _ure_prop_list(ucs2_t *pp, unsigned long limit, unsigned long *mask, b->error = _URE_INVALID_PROPERTY; } - if (n != 0) + if (b->error == _URE_OK && n != 0) m |= cclass_flags[n]; /* -- 2.39.5