diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/venti.h b/include/venti.h index 8e79c4b0..5f8ef0a8 100644 --- a/include/venti.h +++ b/include/venti.h @@ -50,10 +50,11 @@ enum { VtScoreSize = 20, VtMaxStringSize = 1024, - VtMaxFileSize = (1ULL<<48) - 1, VtMaxLumpSize = 56*1024, VtPointerDepth = 7, }; +#define VtMaxFileSize ((1ULL<<48)-1) + /* * Strings in packets. |