mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
oops, this should have been in the last commit. :/
This commit is contained in:
parent
9e86a38345
commit
29599b6926
1 changed files with 2 additions and 2 deletions
|
@ -182,8 +182,8 @@ struct tr_session
|
|||
char * tag;
|
||||
char * configDir;
|
||||
char * downloadDir;
|
||||
char * downloadDirBlkDev;
|
||||
char * downloadDirFsType;
|
||||
char downloadDirBlkDev[TR_PATH_MAX + 1];
|
||||
char downloadDirFsType[TR_PATH_MAX + 1];
|
||||
char * resumeDir;
|
||||
char * torrentDir;
|
||||
char * incompleteDir;
|
||||
|
|
Loading…
Reference in a new issue