huskyproject / fidoconf

Other
5 stars 7 forks source link

fix tautological comparison #18

Closed zoomosis closed 3 years ago

zoomosis commented 3 years ago

This was flagged by clang:

src/common.c:449:25: warning: self-comparison always evaluates to false [-Wtautological-compare]

I'm assuming it should be a comparison with link->defaultPwd as per the previous code.

dukelsky commented 3 years ago

It was already fixed.