* term.c (tty_menu_activate): Don't assume row and col are initialized.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Apr 2014 17:54:27 +0000 (10:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Apr 2014 17:54:27 +0000 (10:54 -0700)
commitbc6cb3efd06266e5f51862449700e2e559277095
treec07e4cb9935eb1f75861c6212ff4fc87d4da4348
parent72962dd88224fe01ea392482017bbf179a621a8e
* term.c (tty_menu_activate): Don't assume row and col are initialized.

GCC 4.9.0 warned about this, and I couldn't easily prove to my own
satisfaction that they would always be initialized.
src/ChangeLog
src/term.c