|
@@ -943,7 +943,7 @@ void __fastcall TWebDAVFileSystem::ParsePropResultSet(TRemoteFile * File,
|
|
|
// In *file* PROPFIND response, the # (and other symbols like comma or plus) is not escaped at all
|
|
|
// (while in directory listing, they are caret-escaped),
|
|
|
// so if we see one in the display name, take the name from there.
|
|
|
- // * and % won't help, as OneDrive seem to have bug with % as the end of the filename,
|
|
|
+ // * and % won't help, as OneDrive seem to have bug with % at the end of the filename,
|
|
|
// and the * (and others) is removed from file names.
|
|
|
if (FOneDrive && (ContainsText(File->FileName, L"^") || (wcspbrk(File->DisplayName.c_str(), L"&,+#[]%*") != NULL)))
|
|
|
{
|