Comment 48 for bug 206191

Revision history for this message
In , Bzbarsky (bzbarsky) wrote :

The #if/#else in ColorToCString does different things on different GTK versions. In particular, gdk_color_to_string is documented as returning #rrrrggggbbbb while the sprintf is using %02 formats. Hence the test failure: on tinderbox we're taking the #else branch, I would guess.