mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-27 18:58:32 +03:00
stdio.c: fix compiler warning
This commit is contained in:
@@ -294,7 +294,7 @@ signed int vsnprintf(char *pStr, size_t length, const char *pFormat, va_list ap)
|
|||||||
char fill;
|
char fill;
|
||||||
unsigned char width;
|
unsigned char width;
|
||||||
signed int num = 0;
|
signed int num = 0;
|
||||||
signed int size = 0;
|
size_t size = 0;
|
||||||
|
|
||||||
// Clear the string
|
// Clear the string
|
||||||
if (pStr) {
|
if (pStr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user