Merge pull request #375 from jhofstee/fix_snprintf_error_data

lib: fix seperator in snprintf_error_data
pull/376/head
Marc Kleine-Budde 2022-08-17 17:11:34 +02:00 committed by GitHub
commit 5736818292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
lib.c
View File

@ -582,6 +582,7 @@ static int snprintf_error_data(char *buf, size_t len, uint8_t err,
return n;
}
n += tmp_n;
count++;
}
}