Fixed logic error in dynamic loading
authorPhilip Rauwolf <rauwolf@itestra.de>
Fri, 23 Aug 2013 14:00:27 +0000 (16:00 +0200)
committerPhilip Rauwolf <rauwolf@itestra.de>
Fri, 23 Aug 2013 14:00:27 +0000 (16:00 +0200)
commitcb33c616711c7e13b3a14123fbd41fa9dcb92f2a
tree91c88e0a51f54dd8de996d8277106c1b1926559d
parent391338e95ce7d4190211d7b63c49c1cf71fb0bed
Fixed logic error in dynamic loading

If an alias was defined for one binding that was equal to the well known
name of another binding, the loading procedure that actually happened
was inconsistent across different use cases and also did not match the
description given in the README.
src/CommonAPI/Runtime.cpp