source/Irrlicht/CattributeImpl.h line 1241
sprintf(tmp, "%02x%02x%02x%02x", c.getAlpha(), c.getRed(), c.getBlue(), c.getGreen()); ===> sprintf(tmp, "%02x%02x%02x%02x", c.getAlpha(), c.getRed(), c.getGreen(), c.getBlue());
include/EGUIElementType.h line 124 add "treeview",