[Pcsclite-cvs-commit] Drivers/ccid/examples scardcontrol.c,1.1,1.2
rousseau@haydn.debian.org
rousseau@haydn.debian.org
- Previous message: [Pcsclite-cvs-commit] Drivers/ccid/src ifdhandler.c,1.30,1.31 debug.c,1.2,1.3 commands.h,1.6,1.7 commands.c,1.12,1.13 ccid_usb.h,1.7,1.8 ccid_usb.c,1.23,1.24 ccid_serial.h,1.3,1.4 ccid_serial.c,1.10,1.11 ccid.c,1.5,1.6
- Next message: [Pcsclite-cvs-commit] Drivers/ccid/src Makefile.am,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pcsclite/Drivers/ccid/examples
In directory haydn:/tmp/cvs-serv7581/examples
Modified Files:
scardcontrol.c
Log Message:
recompile using gcc -pedantic and correct:
- some C++ syntax comments
- many signedness "problems"
Index: scardcontrol.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/examples/scardcontrol.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scardcontrol.c 24 May 2004 09:56:16 -0000 1.1
+++ scardcontrol.c 24 May 2004 12:58:43 -0000 1.2
@@ -68,7 +68,7 @@
SCARDHANDLE hCard;
DWORD dwActiveProtocol, dwReaderLen, dwState, dwProt, dwAtrLen;
BYTE pbAtr[MAX_ATR_SIZE] = "";
- BYTE pbReader[MAX_READERNAME] = "";
+ char pbReader[MAX_READERNAME] = "";
int reader_nb;
int i, offset;
unsigned char bSendBuffer[MAX_BUFFER_SIZE];
- Previous message: [Pcsclite-cvs-commit] Drivers/ccid/src ifdhandler.c,1.30,1.31 debug.c,1.2,1.3 commands.h,1.6,1.7 commands.c,1.12,1.13 ccid_usb.h,1.7,1.8 ccid_usb.c,1.23,1.24 ccid_serial.h,1.3,1.4 ccid_serial.c,1.10,1.11 ccid.c,1.5,1.6
- Next message: [Pcsclite-cvs-commit] Drivers/ccid/src Makefile.am,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]