Fixed broken color loading on Win32
This commit is contained in:
parent
3f3e15e4e4
commit
4d13534798
@ -92,9 +92,8 @@ static void parseXml(mxml_node_t* rootNode, TrackData* trackData)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
char* end;
|
|
||||||
if (color_text)
|
if (color_text)
|
||||||
t->color = strtol(color_text, &end, 16);
|
t->color = strtoul(color_text, 0, 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (folded_text)
|
if (folded_text)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user