Skip to content
Snippets Groups Projects
Commit 9c9c640a authored by deuce's avatar deuce
Browse files

Do not create a special downloads directory on the desktop for OS X.

parent 0df2a2be
No related branches found
No related tags found
No related merge requests found
......@@ -847,8 +847,6 @@ static char *get_new_OSX_filename(char *fn, int fnlen, int type, int shared)
if(FSRefMakePath(&ref, (unsigned char*)fn, fnlen)!=noErr)
return(NULL);
backslash(fn);
strncat(fn, "SyncTERM", fnlen);
backslash(fn);
if(!isdir(fn)) {
if(MKDIR(fn))
return(NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment