]> granicus.if.org Git - imagemagick/commitdiff
Remove obsolete comment
authorGlenn Randers-Pehrson <glennrp@gmail.com>
Sun, 20 Aug 2017 19:53:54 +0000 (15:53 -0400)
committerGlenn Randers-Pehrson <glennrp@gmail.com>
Sun, 20 Aug 2017 19:53:54 +0000 (15:53 -0400)
coders/png.c

index 3604ed570369f7aeab5e7b1bbda09b3ce01e2e58..99b83225fb213aa9b268213f4169e9dacc8f466b 100644 (file)
@@ -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;