mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
fix platform.c oops reported by BigBossman
This commit is contained in:
parent
06e761d950
commit
7afba516ff
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ tr_getPrefsDirectory( void )
|
|||
char old[MAX_PATH_LENGTH];
|
||||
tr_buildPath ( old, sizeof(old), h, ".transmission", NULL );
|
||||
tr_migrateResume( old, buf );
|
||||
rmdir( oldDirectory );
|
||||
rmdir( old );
|
||||
#endif
|
||||
|
||||
return buf;
|
||||
|
|
Loading…
Add table
Reference in a new issue