On Mon, Jun 06, 2016 at 11:01:52 +0200, Ján Tomko wrote:
Use udevHasDeviceProperty instead of udevGetStringProperty.
We do not need to copy the string since we do not need it.
Also add braces around the if body, since the change made
syntax check complain.
---
src/node_device/node_device_udev.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
ACK