Fixed warning when building with 64 bit compiler.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-23 19:35:58 +00:00
parent 60d8d8fcc5
commit 452edf50c3
+2 -2
View File
@@ -56,10 +56,10 @@ using std::map;
using std::string;
// the maximum length of an attribute listing we support
static const int kMaxAttributeListingLength = 10240;
static const size_t kMaxAttributeListingLength = 10240;
// the maximum attribute length we support
static const int kMaxAttributeLength = 10240 * 4;
static const size_t kMaxAttributeLength = 10240 * 4;
// mangle_attribute_name