mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-28 17:15:57 +00:00
svg_loader: tvg styling applied to the code
This commit is contained in:
parent
ed81446031
commit
fbc596c09b
1 changed files with 1 additions and 2 deletions
|
@ -476,8 +476,7 @@ bool simpleXmlParseW3CAttribute(const char* buf, unsigned buflen, simpleXMLAttri
|
||||||
do {
|
do {
|
||||||
char* sep = (char*)strchr(buf, ':');
|
char* sep = (char*)strchr(buf, ':');
|
||||||
next = (char*)strchr(buf, ';');
|
next = (char*)strchr(buf, ';');
|
||||||
if (sep >= end)
|
if (sep >= end) {
|
||||||
{
|
|
||||||
next = nullptr;
|
next = nullptr;
|
||||||
sep = nullptr;
|
sep = nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue