Fix for missing else in httpreadwrite.c.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@26 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
bcaba51f57
commit
f28f81f820
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-26 Marcelo Jimenez <mroberto@users.sourceforge.net>
|
||||||
|
|
||||||
|
* Fix for missing "else" in httpreadwrite.c. Thanks to npapadop
|
||||||
|
for the patch.
|
||||||
|
|
||||||
2006-06-26 Marcelo Jimenez <mroberto@users.sourceforge.net>
|
2006-06-26 Marcelo Jimenez <mroberto@users.sourceforge.net>
|
||||||
|
|
||||||
* Fix for va_list initialization in x86_64 architectures.
|
* Fix for va_list initialization in x86_64 architectures.
|
||||||
|
@ -1948,7 +1948,7 @@ http_MakeMessage( INOUT membuffer * buf,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- PATCH START - Sergey 'Jin' Bostandzhyan <jin_eld@users.sourceforge.net> */
|
/* --- PATCH START - Sergey 'Jin' Bostandzhyan <jin_eld@users.sourceforge.net> */
|
||||||
if( c == 'X' ) // C string
|
else if( c == 'X' ) // C string
|
||||||
{
|
{
|
||||||
s = ( char * )va_arg( argp, char * );
|
s = ( char * )va_arg( argp, char * );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user