From 363ac6e007680ccea6c42fcbfd95f6c5565da289 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Tue, 9 Jan 2007 01:18:28 +0000 Subject: [PATCH] SF Tracker [ 1628552 ] XML white space patch Submitted By: Fredrik Svensson - svefredrik Part 2. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@118 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- THANKS | 1 + upnp/src/api/upnptools.c | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/THANKS b/THANKS index b157ccb..8cad5d1 100644 --- a/THANKS +++ b/THANKS @@ -12,6 +12,7 @@ exempt of errors. - Erik Johansson - Eric Tanguy - Erwan Velu +- Fredrik Svensson - Jiri Zouhar - John Dennis - Leuk_He diff --git a/upnp/src/api/upnptools.c b/upnp/src/api/upnptools.c index c99c39c..46329f3 100644 --- a/upnp/src/api/upnptools.c +++ b/upnp/src/api/upnptools.c @@ -196,11 +196,11 @@ addToAction( IN int response, if( response ) { sprintf( ActBuff, - "", + "\r\n", ActionName, ServType, ActionName ); } else { sprintf( ActBuff, - "", + "\r\n", ActionName, ServType, ActionName ); } @@ -276,11 +276,11 @@ makeAction( IN int response, if( response ) { sprintf( ActBuff, - "", + "\r\n", ActionName, ServType, ActionName ); } else { sprintf( ActBuff, - "", + "\r\n", ActionName, ServType, ActionName ); }