|
From: <cn...@us...> - 2021-01-21 04:46:47
|
Revision: 1138
http://sourceforge.net/p/seq/svn/1138
Author: cn187
Date: 2021-01-21 04:46:42 +0000 (Thu, 21 Jan 2021)
Log Message:
-----------
Fix typo in previous commit
Modified Paths:
--------------
showeq/trunk/src/zonemgr.cpp
Modified: showeq/trunk/src/zonemgr.cpp
===================================================================
--- showeq/trunk/src/zonemgr.cpp 2021-01-21 04:45:13 UTC (rev 1137)
+++ showeq/trunk/src/zonemgr.cpp 2021-01-21 04:46:42 UTC (rev 1138)
@@ -642,7 +642,7 @@
// 2020-01-20 patch seems to have added _progress suffix to certain
// zone names, presumably for the progression servers. This happens in
// ToV DZs for sure, but there may be others.
- QRexExp rz("_progress$");
+ QRegExp rz("_progress$");
m_shortZoneName.replace(rz, "");
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|