]> git.wh0rd.org - fontconfig.git/commitdiff
Oops, fix FcPatternFilter
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 16 Jan 2009 00:12:27 +0000 (19:12 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:54:06 +0000 (16:54 -0800)
src/fcpat.c

index 4bff65993d3c4e2d04ef5368a580079e77f6b489..53eee0f338368736bb1ea22f31252fdf380ce25b 100644 (file)
@@ -1027,7 +1027,7 @@ FcPatternFilter (FcPattern *p, const FcObjectSet *os)
            }
        }
     }
-    return p;
+    return ret;
 
 bail0:
     FcPatternDestroy (ret);