scd/apdu.c SVN 4829 error in compiling on WIN_32
Marcus Brinkmann
marcus.brinkmann at ruhr-uni-bochum.de
Sun Sep 28 14:08:34 CEST 2008
At Sun, 28 Sep 2008 00:56:09 -0400,
Tom Pegios <tomp at idirect.com> wrote:
>
> RE: SVN 4829
> Compiling scd/apdu.c when HAVE_W32_SYSTEM is defined generates the
> following errors:
>
> apdu.c: In function 'pcsc_get_status':
> apdu.c:1095: error: invalid operands to binary &
> apdu.c:1096: error: invalid operands to binary |
>
> The lines are as follows:
>
> 1095 if ((status & 6) == 6)
> 1096 status |= 1;
>
>
> If status is replaced by *status the file compiles properly :>
Heck if I know how this slipped through. Thanks for pointing it out,
fixed in SVN.
Marcus
More information about the Gnupg-devel
mailing list