Some changes in libdevcore.

This commit is contained in:
chriseth 2015-06-16 14:58:03 +02:00
parent 1ffab8c790
commit 52ae5ab4ba

View File

@ -95,7 +95,7 @@ int main(int argc, char** argv)
} }
} }
else else
src = asString(contents(infile)); src = contentsString(infile);
vector<string> errors; vector<string> errors;
if (src.empty()) if (src.empty())