You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- libupnp-1.4.0/upnp/src/api/upnptools.c 2006-06-06 07:37:44.000000000 +0200
|
|
|
|
+++ libupnp-1.4.0/upnp/src/api/upnptools.c 2006-06-26 20:19:51.000000000 +0200
|
|
|
|
@@ -345,7 +345,7 @@
|
|
|
|
const char *Arg,
|
|
|
|
... )
|
|
|
|
{
|
|
|
|
- va_list ArgList=NULL;
|
|
|
|
+ va_list ArgList;
|
|
|
|
IXML_Document *out = NULL;
|
|
|
|
|
|
|
|
if( NumArg > 0 ) {
|
|
|
|
@@ -387,7 +387,7 @@
|
|
|
|
const char *Arg,
|
|
|
|
... )
|
|
|
|
{
|
|
|
|
- va_list ArgList=NULL;
|
|
|
|
+ va_list ArgList;
|
|
|
|
IXML_Document *out = NULL;
|
|
|
|
|
|
|
|
if( NumArg > 0 ) {
|