change data type

r3685 | jgn | 2012-07-30 16:31:14 +1000 (Mon, 30 Jul 2012) | 1 line
This commit is contained in:
Jing Chen
2012-07-30 16:31:14 +10:00
committed by Douglas Clowes
parent 152d637507
commit cad63a8578

View File

@@ -67,8 +67,8 @@ BYTE getHexCode(BYTE startPos, char *str){
*/ */
int LFGenWriteStart(Ascon *a) { int LFGenWriteStart(Ascon *a) {
char *pNewBuffer; char *pNewBuffer;
unsigned char bufSize, bufInd; unsigned short bufSize, bufInd;
double now; double now;