Some changes in libdevcore.

This commit is contained in:
chriseth
2015-06-16 15:09:19 +02:00
parent a418656615
commit f9bbe3279e
+1 -1
View File
@@ -401,7 +401,7 @@ bool CommandLineInterface::processInput()
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>()));