get it to build
This commit is contained in:
@@ -110,7 +110,8 @@ int LFGenWriteStart(Ascon *a) {
|
||||
pNewBuffer[bufInd] = CRC;
|
||||
bufInd++;
|
||||
//pNewBuffer[bufSize-1] = '\r';
|
||||
DynStringReplaceWithLen(a->wrBuffer, pNewBuffer, 0, bufInd);
|
||||
DynStringClear(a->wrBuffer);
|
||||
DynStringConcatBytes(a->wrBuffer, pNewBuffer, bufInd);
|
||||
a->wrPos = 0;
|
||||
a->state = AsconWriting;
|
||||
/* if there is only the terminator, do not send it */
|
||||
|
||||
Reference in New Issue
Block a user