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-11-15 17:35:14 +11:00
committed by Douglas Clowes
parent 152d637507
commit cad63a8578
+2 -2
View File
@@ -67,8 +67,8 @@ BYTE getHexCode(BYTE startPos, char *str){
*/
int LFGenWriteStart(Ascon *a) {
char *pNewBuffer;
unsigned char bufSize, bufInd;
char *pNewBuffer;
unsigned short bufSize, bufInd;
double now;