Set error flag to true.

This commit is contained in:
chriseth
2016-01-14 11:36:13 +01:00
parent 2364c55735
commit 17199edb4f
+1
View File
@@ -426,6 +426,7 @@ bool CompilerStack::checkLibraryNameClashes()
));
m_errors.push_back(err);
clashFound = true;
}
else
libraries[contract->name()] = contract->location();