From 0fc7e232a41cf75d2e3784892a624f2ce70d6ebd Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 29 Apr 2010 13:57:58 +0000 Subject: [PATCH] (trunk libT) bump MAX_PATH_LENGTH from 2048 to 4096 based on report from kklimonda that the latter number is correct on Ubuntu --- libtransmission/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/platform.h b/libtransmission/platform.h index badef8175..52c782021 100644 --- a/libtransmission/platform.h +++ b/libtransmission/platform.h @@ -29,7 +29,7 @@ #include #define MAX_PATH_LENGTH MAX_PATH #else - #define MAX_PATH_LENGTH 2048 + #define MAX_PATH_LENGTH 4096 #endif /**