Deploy binaries updated

Former-commit-id: 87d5cf36e4608ddcc443dc6fd9db5ac672208e47
This commit is contained in:
johan 2013-10-16 18:51:08 +02:00
parent d07ddc8009
commit 745691288f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6d2d16413b637a51d5b5e254ccdd86f0bebae278
cf974e6aa1ff2a7194ce2b82fd5da5fa2373676a

View File

@ -12,7 +12,7 @@
BootSequence * BootSequenceFactory::createBootSequence(Hyperion * hyperion, const Json::Value & jsonConfig)
{
std::string type = jsonConfig["type"].asString();
std::transform(type.begin(), type.end(), type.begin(), std::tolower);
std::transform(type.begin(), type.end(), type.begin(), ::tolower);
if (type == "none")
{