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 4bff659..53eee0f 100644 (file)
@@ -1027,7 +1027,7 @@ FcPatternFilter (FcPattern *p, const FcObjectSet *os)
            }
        }
     }
-    return p;
+    return ret;
 
 bail0:
     FcPatternDestroy (ret);