summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier/TransferThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CopyEngine/Ultracopier/TransferThread.cpp')
-rw-r--r--plugins/CopyEngine/Ultracopier/TransferThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CopyEngine/Ultracopier/TransferThread.cpp b/plugins/CopyEngine/Ultracopier/TransferThread.cpp
index 786a8e9..371ada3 100644
--- a/plugins/CopyEngine/Ultracopier/TransferThread.cpp
+++ b/plugins/CopyEngine/Ultracopier/TransferThread.cpp
@@ -45,10 +45,10 @@ TransferThread::TransferThread() :
readThread.setWriteThread(&writeThread);
source.setCaching(false);
destination.setCaching(false);
- renameRegex=std::regex("^(.*)(\\.[a-z0-9]+)$");
+ renameRegex=std::regex("^(.*)(\\.[a-zA-Z0-9]+)$");
#ifdef Q_OS_WIN32
#ifndef ULTRACOPIER_PLUGIN_SET_TIME_UNIX_WAY
- regRead=std::regex("^[a-z]:");
+ regRead=std::regex("^[a-zA-Z]:");
#endif
#endif