This commit is contained in:
Stanislav Malyshev 2013-03-24 20:03:57 -07:00
parent bf457a0387
commit c1ac5a20a5

View File

@ -655,7 +655,7 @@ static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, co
register int border;
if (y < im->cy1) {
3 border = im->tpixels[0][im->cx1];
border = im->tpixels[0][im->cx1];
goto processborder;
}
@ -2561,4 +2561,4 @@ int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id)
#ifdef _MSC_VER
# pragma optimize("", on)
#endif
#endif