Suspicious code in /gd-libgd/src/gd_crop.c

Issue #20 resolved
Martin Ettl created an issue

Hello,

i have found a supspicious piece of code in file /gd-libgd/src/gd_crop.c at line 215. Consider following line: {{{ #!C } else if (tr == bl || tr == bl) { }}} Either it can be reduced to {{{ #!C } else if (tr == bl) { }}} or this is a copy&paste error!

Best regards

Martin Ettl

Comments (2)

  1. Log in to comment