Commit: 504ef64c7b7c716841f65b5e7415378b2b27526a Author: Stanislav Malyshev <s...@php.net> Sun, 24 Mar 2013 20:03:57 -0700 Parents: 7c0bdb9a4ff80ec3023be3a0c6c2a4df90c42036 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=504ef64c7b7c716841f65b5e7415378b2b27526a Log: fix typo Changed paths: M ext/gd/libgd/gd_interpolation.c Diff: diff --git a/ext/gd/libgd/gd_interpolation.c b/ext/gd/libgd/gd_interpolation.c index b840fbf..c88dc72 100644 --- a/ext/gd/libgd/gd_interpolation.c +++ b/ext/gd/libgd/gd_interpolation.c @@ -642,7 +642,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; } @@ -2546,4 +2546,4 @@ int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) #ifdef _MSC_VER # pragma optimize("", on) -#endif \ No newline at end of file +#endif -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php