mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Typo
This commit is contained in:
parent
6ddfe9a999
commit
d8b4cfad82
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ std::pair<string, string> decodeContext(const string & s)
|
||||||
size_t index = s.find("!", 1);
|
size_t index = s.find("!", 1);
|
||||||
return std::pair<string, string>(string(s, index + 1), string(s, 1, index - 1));
|
return std::pair<string, string>(string(s, index + 1), string(s, 1, index - 1));
|
||||||
} else
|
} 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…
Add table
Add a link
Reference in a new issue