diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-12-22 18:30:39 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-12-22 18:30:39 +0000 |
| commit | 4dbf91a7dde54f6fa463df53bc2fe3f18b9b1ebb (patch) | |
| tree | 3b761592b3d3d560bdc4eb63fb1736936cb15361 | |
| parent | aca8363bcb292df091afabca67ee2b033d246cc5 (diff) | |
- badness warning
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@93 455248ca-bdda-0310-9134-f4ebb693071a
| -rw-r--r-- | filters/php_colormatrix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filters/php_colormatrix.c b/filters/php_colormatrix.c index bdb8adf..802550c 100644 --- a/filters/php_colormatrix.c +++ b/filters/php_colormatrix.c @@ -271,7 +271,8 @@ static void _php_colormatrix_usermat(double mat[16], zval** data) convert_to_array_ex(data); - mat_ht=(*data)->value.ht; + mat_ht=(*data)->value.ht; // FIXME: should really use HASH_OF macro. + // Filter API change needed to supply TSRMLS to filters zend_hash_internal_pointer_reset_ex(mat_ht,&pos); while (pos) { |
