From: Martin Mares Date: Sat, 25 Oct 2003 09:51:00 +0000 (+0000) Subject: We don't need this in v3.0. X-Git-Tag: holmes-import~1179 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1055d894a82b402d4cb45eaf340838c470d5819e;p=libucw.git We don't need this in v3.0. --- diff --git a/lib/object.h b/lib/object.h index 34d2e71d..99ff2826 100644 --- a/lib/object.h +++ b/lib/object.h @@ -10,8 +10,7 @@ #ifndef _SHERLOCK_OBJECT_H #define _SHERLOCK_OBJECT_H -/* FIXME: Buggy objects with long attributes still exist in old databases. Decrease to 1024 one day. */ -#define MAX_ATTR_SIZE 4096 /* Maximum length an attribute can ever have (including name and trailing 0) */ +#define MAX_ATTR_SIZE 1024 /* Maximum length an attribute can ever have (including name and trailing 0) */ struct fastbuf;