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()
Am Sonntag 25 April 2010 20:56:44 schrieb Ludovic Rousseau:
> And on Mac OS X Snow Leopard I do not have getline().
>
> Maybe a correct solution is to test for the presence of getline in
> configure.ac and use
> #ifdef HAVE_GETLINE
> #else
> /* Windows and Mac OS X */
> #endif
ah. windows is not
Ludovic Rousseau wrote:
> 2010/4/15 Andreas Jellinghaus :
>
>> Am Donnerstag 15 April 2010 19:41:45 schrieb OpenSC:
>>
>>> #120: pkcs15-init needs to accept ctrl-c
>>> +--
>>> - Reporter: aj | Owner: opensc
Xiaoshuo Wu wrote:
> On Sun, 25 Apr 2010 01:43:54 +0800, Viktor TARASOV
> wrote:
>
>> Try r4265.
>>
> Way ahead of me. It works fine, thank you very much!
>
> Seems tmp_path obtained in
> http://www.opensc-project.org/opensc/browser/trunk/src/pkcs15init/pkcs15-lib.c?rev=4265#L2811
>
> is not u