1
0
Fork 0
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:
Jordan Lee 2012-12-28 05:38:27 +00:00
parent 9e86a38345
commit 29599b6926

View file

@ -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;