Another case of C++ syntax used for a comment in C.
This commit is contained in:
parent
89ea96a426
commit
8bb0186df0
@ -1365,7 +1365,7 @@ static void DbugVfprintf(FILE *stream, const char* format, va_list args)
|
|||||||
{
|
{
|
||||||
char cvtbuf[1024];
|
char cvtbuf[1024];
|
||||||
size_t len;
|
size_t len;
|
||||||
// Do not use my_vsnprintf, it does not support "%g".
|
/* Do not use my_vsnprintf, it does not support "%g". */
|
||||||
len = vsnprintf(cvtbuf, sizeof(cvtbuf), format, args);
|
len = vsnprintf(cvtbuf, sizeof(cvtbuf), format, args);
|
||||||
(void) fprintf(stream, "%s\n", cvtbuf);
|
(void) fprintf(stream, "%s\n", cvtbuf);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user