Set error flag to true.

This commit is contained in:
chriseth 2016-01-13 17:28:27 +01:00
parent 2364c55735
commit 17199edb4f

View File

@ -426,6 +426,7 @@ bool CompilerStack::checkLibraryNameClashes()
));
m_errors.push_back(err);
clashFound = true;
}
else
libraries[contract->name()] = contract->location();