commit | d7c67a2e93334f7d290ba5fc2b2129b9d8ecd84f | [log] [tgz] |
---|---|---|
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | Mon Jun 11 19:29:41 2012 -0500 |
committer | Michal Marek <mmarek@suse.cz> | Wed Jul 04 18:23:48 2012 +0200 |
tree | 4f4e778d103d4832c9dafa8c7f19111a39b76b2c | |
parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f [diff] |
kconfig/nconf: fix compile with ncurses reentrant API ESCDELAY is a global variable which is replaced by getter and setter functions with NCURSES_REENTRANT. This fixes the following error: nconf.c: In function ‘main’: nconf.c:1506:2: error: lvalue required as left operand of assignment Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Michal Marek <mmarek@suse.cz>