Major audio format handler cleanups.
[paraslash.git] / blob.c
diff --git a/blob.c b/blob.c
index f635eb0df3230904bdd1be1ebbef07ce7221a4b0..b4ac2fa4a0954f8b687e1d27f7f07b1341767c79 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -525,7 +525,7 @@ static int blob_open(struct osl_table **table,
        if (ret >= 0)
                return ret;
        *table = NULL;
-       if (ret >= 0 || is_errno(-ret, ENOENT))
+       if (ret >= 0 || ret == -OSL_ERRNO_TO_PARA_ERROR(E_OSL_NOENT))
                return 1;
        return ret;
 }