[Webkit-unassigned] [Bug 43618] Generalize SVGPathParser to allow more than just strings as input source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 09:29:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43618





--- Comment #7 from Dirk Schulze <krit at webkit.org>  2010-08-06 09:29:20 PST ---
>  +      if ((*m_current == '+' || *m_current == '-' || *m_current == '.' || (*m_current >= '0' && *m_current <= '9'))
> Useless outer brace.
maybe for (*m_current >= '0' && *m_current <= '9'), but not the outer braces.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list