Fixed typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8133 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -498,7 +498,6 @@ int NetworkHttp::versionToInt(const std::string &version_string)
|
||||
+ 1000*99
|
||||
+ 10*99
|
||||
+ 9;
|
||||
return ;
|
||||
|
||||
std::vector<std::string> l = StringUtils::split(version_string, '.');
|
||||
if(l.size()!=3)
|
||||
|
||||
Reference in New Issue
Block a user