epics-modules / devlib2

Helper library for memory mapped bus access
http://epics-modules.github.io/devlib2/
Other
4 stars 8 forks source link

fix wrong data type for readlink result #7

Closed dirk-zimoch closed 4 years ago

dirk-zimoch commented 4 years ago

Using unsigned size_t makes the readlink error check useless.

AppVeyorBot commented 4 years ago

:x: Build devlib2 1.0.3 failed (commit https://github.com/epics-modules/devlib2/commit/61b4a22f98 by @dirk-zimoch)

mdavidsaver commented 4 years ago

Yup, that was wrong. Thanks.