This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix missing va_end()
master
Christophe Massiot
11 years ago
parent
88c3ef38be
commit
e87b04d273
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/dvb_print_si.c
+ 1
- 0
examples/dvb_print_si.c
View File
@ -127,6 +127,7 @@ static void print_wrapper(void *_unused, const char *psz_format, ...)
strcpy
(
psz_fmt
,
psz_format
)
;
strcat
(
psz_fmt
,
"
\n
"
)
;
vprintf
(
psz_fmt
,
args
)
;
va_end
(
args
)
;
}
/*****************************************************************************
Write
Preview
Loading…
Cancel
Save