mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17:04 +00:00
"Each invocation of va_start() must be matched by a corresponding invocation of va_end()"
This commit is contained in:
parent
d1b3a2ac07
commit
e82f01e3fb
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ int debug(int class,char *format,...)
|
|||
va_start(ap,format);
|
||||
vfprintf(stderr,format,ap);
|
||||
fprintf(stderr,"\n");
|
||||
va_end(ap);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue