santoru / filewatcher

A simple auditing utility for macOS
GNU General Public License v3.0
282 stars 39 forks source link

fix segfault #7

Closed makigumo closed 7 years ago

makigumo commented 7 years ago

Hello!

The program segfaults with 'Segmentation fault: 11'.

This is because banner() is called before output is initialized. Therefore move the call down after the initialization.