Changeset 2956
- Timestamp:
- 08/12/08 11:16:56 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
vidalia/branches/exit-country/src/torcontrol/torcontrol.cpp
r2665 r2956 585 585 586 586 /* Split the version string at either "." or "-" characters */ 587 QStringList parts = versionString.split(QRegExp("\\.|- "));587 QStringList parts = versionString.split(QRegExp("\\.|-|\\ ")); 588 588 if (parts.size() >= 4) { 589 589 major = (quint8)parts.at(0).toUInt();
