Mike Shlanta

Results 2 issues of Mike Shlanta

The example of `format_line` does not work. `format_line` needs to have the address of the string passed to it. So I have added a `&` to do that.

Fixed problem described in issue #105 which prevents compilation under clang.