X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=b4ac2fa4a0954f8b687e1d27f7f07b1341767c79;hp=f635eb0df3230904bdd1be1ebbef07ce7221a4b0;hb=becb57ea3aec697bfe953a0c3608e4c255b6d24b;hpb=6494f4bfddde1b9e06c4cb8bcd3acf7b9cc762f1;ds=sidebyside diff --git a/blob.c b/blob.c index f635eb0d..b4ac2fa4 100644 --- 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; }