diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-12-22 00:54:56 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-12-22 00:54:56 +0000 |
| commit | 60dba433a0af58f1b9816f21152e3a1d610336db (patch) | |
| tree | 54daa33124cd4a39567bd4113ffb278c449b48b0 /filters | |
| parent | 73d95d8a8172ad81a68fa5cd1e2385ed7398a6db (diff) | |
- first try at making it compatible with PHP5
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@90 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'filters')
| -rw-r--r-- | filters/php_colormatrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/php_colormatrix.c b/filters/php_colormatrix.c index d1fe377..bdb8adf 100644 --- a/filters/php_colormatrix.c +++ b/filters/php_colormatrix.c @@ -271,7 +271,7 @@ static void _php_colormatrix_usermat(double mat[16], zval** data) convert_to_array_ex(data); - mat_ht=HASH_OF(*data); + mat_ht=(*data)->value.ht; zend_hash_internal_pointer_reset_ex(mat_ht,&pos); while (pos) { |
