mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some changes in libdevcore.
This commit is contained in:
parent
a418656615
commit
f9bbe3279e
@ -401,7 +401,7 @@ bool CommandLineInterface::processInput()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_sourceCodes[infile] = asString(dev::contents(infile));
|
m_sourceCodes[infile] = dev::contentsString(infile);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_compiler.reset(new CompilerStack(m_args["add-std"].as<bool>()));
|
m_compiler.reset(new CompilerStack(m_args["add-std"].as<bool>()));
|
||||||
|
Loading…
Reference in New Issue
Block a user