summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier/MkPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CopyEngine/Ultracopier/MkPath.cpp')
-rw-r--r--plugins/CopyEngine/Ultracopier/MkPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CopyEngine/Ultracopier/MkPath.cpp b/plugins/CopyEngine/Ultracopier/MkPath.cpp
index 52d67af..e4ac9cf 100644
--- a/plugins/CopyEngine/Ultracopier/MkPath.cpp
+++ b/plugins/CopyEngine/Ultracopier/MkPath.cpp
@@ -22,7 +22,7 @@ MkPath::MkPath()
start();
#ifdef Q_OS_WIN32
#ifndef ULTRACOPIER_PLUGIN_SET_TIME_UNIX_WAY
- regRead=std::regex("^[a-z]:");
+ regRead=std::regex("^[a-zA-Z]:");
#endif
#endif
}