Changeset 13704


Ignore:
Timestamp:
Dec 28, 2012, 5:38:27 AM (10 years ago)
Author:
jordan
Message:

oops, this should have been in the last commit. :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/session.h

    r13698 r13704  
    183183    char *                       configDir;
    184184    char *                       downloadDir;
    185     char *                       downloadDirBlkDev;
    186     char *                       downloadDirFsType;
     185    char                         downloadDirBlkDev[TR_PATH_MAX + 1];
     186    char                         downloadDirFsType[TR_PATH_MAX + 1];
    187187    char *                       resumeDir;
    188188    char *                       torrentDir;
Note: See TracChangeset for help on using the changeset viewer.