forked from lix-project/lix
Typo
This commit is contained in:
parent
6ddfe9a999
commit
d8b4cfad82
|
@ -39,7 +39,7 @@ std::pair<string, string> decodeContext(const string & s)
|
|||
size_t index = s.find("!", 1);
|
||||
return std::pair<string, string>(string(s, index + 1), string(s, 1, index - 1));
|
||||
} else
|
||||
return std::pair<string, string>(s.at(0) == '/' ? s: string(s, 1), "");
|
||||
return std::pair<string, string>(s.at(0) == '/' ? s : string(s, 1), "");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue