On 22 August 2016 at 20:15, Ryan Schmidt wrote: > >> +@@ -944,7 +944,7 @@ int main(int argc, char **argv) >> + exit(1); >> + } >> + >> +- cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); >> ++ cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); >> + draw_glyphs(cr, cr_font, face, fontname, other_face); >> + cairo_destroy(cr); >> + return 0; > > The second hunk of the patch appears to be a no-op.
Thank you. I have no clue how I ended up with this. (I was just systematically going through "uncommitted patches" in the tree like you suggested and don't remember how I ended up a change that doesn't do anything.) Mojca _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
