1
0
Fork 0
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:
Charles Kerr 2007-06-18 20:36:25 +00:00
parent 06e761d950
commit 7afba516ff

View file

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