From: Glenn Randers-Pehrson Date: Sun, 20 Aug 2017 19:53:54 +0000 (-0400) Subject: Remove obsolete comment X-Git-Tag: 7.0.7-0~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aeb0379c710f35cc4c67c211798c94dfb5ba242;p=imagemagick Remove obsolete comment --- diff --git a/coders/png.c b/coders/png.c index 3604ed570..99b83225f 100644 --- a/coders/png.c +++ b/coders/png.c @@ -8200,7 +8200,6 @@ static void write_tIME_chunk(Image *image,png_struct *ping,png_info *info, ptime.day--; if (ptime.day == 0) { - /* wrong for short months */ ptime.month--; if(ptime.month == 2) ptime.day=28;