mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
(trunk libT) bump MAX_PATH_LENGTH from 2048 to 4096 based on report from kklimonda that the latter number is correct on Ubuntu
This commit is contained in:
parent
b51f6039d1
commit
0fc7e232a4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <windows.h>
|
||||
#define MAX_PATH_LENGTH MAX_PATH
|
||||
#else
|
||||
#define MAX_PATH_LENGTH 2048
|
||||
#define MAX_PATH_LENGTH 4096
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue