6021227 Bug 693455 - nsMatchingRule does not work with multiple values

Authored and Committed by rmeggins 12 years ago
    Bug 693455 - nsMatchingRule does not work with multiple values
    
    https://bugzilla.redhat.com/show_bug.cgi?id=693455
    Resolves: bug 693455
    Bug Description: nsMatchingRule does not work with multiple values
    Reviewed by: nkinder (Thanks!)
    Branch: RHEL-6
    Fix Description: The variable isFirst was not being used correctly.  Instead
    of using it, just use tmpBuf[0] to see if this is the first iteration or
    not.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 58902a28c077309cf0e942bfb03762d96eb9c8af)
    (cherry picked from commit 9a5ad287f2b4d0c3ce49be3107c61c00551b9314)