ThomasMonkman / filewatch

File watcher in c++
MIT License
436 stars 73 forks source link

Fix typo & warnings, listen for IN_ATTRIB on Linux #20

Open dwks opened 4 years ago

dwks commented 4 years ago

Without listening for IN_ATTRIB, touching a file goes unnoticed by filewatch (Linux). Fixed a few other problems.