mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
AppendFiles fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3eaadf060e
commit
22ab507875
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ void AppendFiles(VectorMap<String, ClipData>& clip, const Vector<String>& files)
|
|||
{
|
||||
WString wfiles;
|
||||
for(int i = 0; i < files.GetCount(); i++)
|
||||
wfiles << files[i].ToWString() << "\0";
|
||||
wfiles << files[i].ToWString() << (wchar)0;
|
||||
sDROPFILES h;
|
||||
h.unicode = true;
|
||||
h.offset = sizeof(h);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue