[PHP-CVS] com php-src: fix typo: ext/gd/libgd/gd_interpolation.c

2013-03-24 Thread Stanislav Malyshev
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



[PHP-CVS] com php-src: fix typo: ext/gd/libgd/gd_interpolation.c

2013-03-24 Thread Stanislav Malyshev
Commit:c1ac5a20a5af7eb7b46bf2891156a796df4af7b4
Author:Stanislav Malyshev s...@php.net Sun, 24 Mar 2013 20:03:57 
-0700
Parents:   bf457a0387ccdb55ed579eee856f8d5e57033d7f
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=c1ac5a20a5af7eb7b46bf2891156a796df4af7b4

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 e364212..3d0b8ca 100644
--- a/ext/gd/libgd/gd_interpolation.c
+++ b/ext/gd/libgd/gd_interpolation.c
@@ -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
\ No newline at end of file
+#endif


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php