]> granicus.if.org Git - php/commitdiff
MFB
authorNuno Lopes <nlopess@php.net>
Fri, 15 Sep 2006 16:14:57 +0000 (16:14 +0000)
committerNuno Lopes <nlopess@php.net>
Fri, 15 Sep 2006 16:14:57 +0000 (16:14 +0000)
ext/gd/libgd/gdft.c

index 6603cd64c31bbf94396073dd036b7696eb611c99..30ac2768c94df7b2be7d0cabaab3de2db8ee9735 100644 (file)
@@ -534,7 +534,7 @@ static void * tweenColorFetch (char **error, void *key)
        pixel = a->pixel = b->pixel;
        bg = a->bgcolor = b->bgcolor;
        fg = a->fgcolor = b->fgcolor;
-       im = b->im;
+       im = a->im = b->im;
 
        /* if fg is specified by a negative color idx, then don't antialias */
        if (fg < 0) {