Fixed #7754: nautilus does not like \r\n

This commit is contained in:
Armin Novak 2022-03-28 14:29:31 +02:00 committed by akallabeth
parent 59925674a5
commit 453d3b4c8b
1 changed files with 2 additions and 2 deletions

View File

@ -767,8 +767,8 @@ static void* convert_filedescriptors_to_file_list(wClipboard* clipboard, UINT32
static void* convert_filedescriptors_to_uri_list(wClipboard* clipboard, UINT32 formatId,
const void* data, UINT32* pSize)
{
return convert_filedescriptors_to_file_list(clipboard, formatId, data, pSize, "",
"file:", "\r\n", FALSE);
return convert_filedescriptors_to_file_list(clipboard, formatId, data, pSize, "", "file:", "\n",
FALSE);
}
/* Prepend header of common gnome format to file list*/