Re: [opensc-devel] [opensc-commits] svn opensc changed[4266] tools: thanks to Ludovic; check for getline() in configure.ac and use 'HAVE_GETLINE' macro in get password procedure.

2010-04-27 Thread Viktor TARASOV
Andreas Jellinghaus wrote: Am Montag 26 April 2010 14:29:43 schrieb webmas...@opensc-project.org: Revision: 4266 Author: viktor.tarasov Date: 2010-04-26 12:29:42 + (Mon, 26 Apr 2010) ... -buf[i] = _getch(); +/* buf[i] = _getch(); */ +

Re: [opensc-devel] [opensc-commits] svn opensc changed[4266] tools: thanks to Ludovic; check for getline() in configure.ac and use 'HAVE_GETLINE' macro in get password procedure.

2010-04-26 Thread Andreas Jellinghaus
Am Montag 26 April 2010 14:29:43 schrieb webmas...@opensc-project.org: Revision: 4266 Author: viktor.tarasov Date: 2010-04-26 12:29:42 + (Mon, 26 Apr 2010) ... - buf[i] = _getch(); + /* buf[i] = _getch(); */ + buf[i] = getchar(); _getch() gets