Minor cleanup (coverity)

This commit is contained in:
Howard Chu 2015-01-14 14:04:03 +00:00
parent bc3dbcbde9
commit 04591c4706

View File

@ -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];
/*