X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=dc375c1d8dc57aea4e5ed06c7bfdf6092fa16880;hp=4784aee96caef2cf6f2a2e809b4998bcc446aa69;hb=e752cdeab213b329552e1eecd5687bca512217c5;hpb=6494f4bfddde1b9e06c4cb8bcd3acf7b9cc762f1 diff --git a/attribute.c b/attribute.c index 4784aee9..dc375c1d 100644 --- a/attribute.c +++ b/attribute.c @@ -587,7 +587,7 @@ static int attribute_open(const char *dir) return ret; } attribute_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; }