Fix rv assignment in mutt_window_mvprintw(). (closes #3964)
authorKevin McCarthy <kevin@8t8.us>
Mon, 4 Sep 2017 16:40:44 +0000 (09:40 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 4 Sep 2017 16:40:44 +0000 (09:40 -0700)
commitd6779597f4707453e9b4cacffa1e9e8ef8b482e8
tree12ffc4f7177925f180f3fb2082c73e8c77053a67
parentc86e294267890b9d9f3614186e31835c490bf551
Fix rv assignment in mutt_window_mvprintw(). (closes #3964)

Mutt doesn't check the return value, so this wasn't causing a bug, but
was incorrect.

Thanks to dcb314 for reporting the issue.
curs_lib.c