parent
ca1626b688
commit
342b3d2977
@ -1,2 +1 @@
|
||||
UPnP_1_4_0_Programming_Guide.pdf
|
||||
libupnp-1.4.0.tar.gz
|
||||
libupnp-1.4.1.tar.gz
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- 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 ) {
|
Loading…
Reference in new issue