[151794] trunk/dports/graphics/fntsample
Mojca Miklavec
mojca at macports.org
Mon Aug 22 12:01:32 PDT 2016
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
More information about the macports-dev
mailing list