Pouze odstraneni varovani prekladace
This commit is contained in:
parent
fdd47f745e
commit
82ef0d54dd
@ -48,7 +48,7 @@ static TraceLine &trace_line(uint16_t index)
|
|||||||
static void print(uint8_t severity, const char *buffer, int length)
|
static void print(uint8_t severity, const char *buffer, int length)
|
||||||
{
|
{
|
||||||
char lin[MAX_LINE_LEN + 1];
|
char lin[MAX_LINE_LEN + 1];
|
||||||
int lineptr = 0;
|
unsigned int lineptr = 0;
|
||||||
|
|
||||||
while ((0 != *buffer) && (lineptr < (sizeof(lin) - 1)))
|
while ((0 != *buffer) && (lineptr < (sizeof(lin) - 1)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user