mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix build error reported by berkut in the forums
This commit is contained in:
@@ -393,7 +393,8 @@ tr_getPrefsDirectory( void )
|
||||
|
||||
#ifdef SYS_DARWIN
|
||||
char old[MAX_PATH_LENGTH];
|
||||
tr_buildPath ( old, sizeof(old), h, ".transmission", NULL );
|
||||
tr_buildPath ( old, sizeof(old),
|
||||
tr_getHomeDirectory(), ".transmission", NULL );
|
||||
tr_migrateResume( old, buf );
|
||||
rmdir( old );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user