X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=d74ec92839c2c3753ebadf1caf2a06d2f109645e;hp=a28c92e9c133d80accd97cd884a3d267da63b034;hb=72f619fd387991489fe47af8f00f21172e1f9939;hpb=8529eea3d452cbe151239edc6461bfd5c2655b5b;ds=sidebyside diff --git a/attribute.c b/attribute.c index a28c92e9..d74ec928 100644 --- a/attribute.c +++ b/attribute.c @@ -531,7 +531,7 @@ static int attribute_open(const char *dir) return ret; } attribute_table = NULL; - if (ret >= 0 || ret == -OSL_ERRNO_TO_PARA_ERROR(E_OSL_NOENT)) + if (ret == -OSL_ERRNO_TO_PARA_ERROR(E_OSL_NOENT)) return 1; return ret; }