Commit 9e0cc6de authored by SergeyLuzyanin's avatar SergeyLuzyanin

return null from ReadUniColor if UniColor is empty

parent d1a7fa5c
......@@ -1676,6 +1676,10 @@ function BinaryPPTYLoader()
}
}
if(!uni_color.color){
return null;
}
s.Seek2(read_end);
return uni_color;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment