pull/234/head
Michael Black 2020-04-29 08:17:34 -05:00
commit 56965d3a6b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -532,7 +532,7 @@ transaction_quit:
if (strcmp(cmdstr, "IF") == 0)
{
elapsed_ms(&priv->cache_start, 1);
strncpy(priv->last_if_response, buffer, sizeof(priv->last_if_response));
strncpy(priv->last_if_response, buffer, caps->if_len);
}
rs->hold_decode = 0;

Wyświetl plik

@ -27,7 +27,7 @@
#include <string.h>
#include "token.h"
#define BACKEND_VER "20200428"
#define BACKEND_VER "20200429"
#define EOM_KEN ';'
#define EOM_TH '\r'