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

Move comment to better place in last commit, tidy up formatting.

parent b613c276
No related branches found
No related tags found
No related merge requests found
......@@ -1022,11 +1022,10 @@ char *get_syncterm_filename(char *fn, int fnlen, int type, int shared)
}
if(we_got_this) {
if (type != SYNCTERM_DEFAULT_TRANSFER_PATH) {
// Convert unicode to string.
if(snprintf(fn, fnlen, "%S\\SyncTERM", path) >= fnlen) {
we_got_this=FALSE;
}
}
// Convert unicode to string.
CTMF(path);
}
}
......
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