From f5ad8fc5d7679433faf6a7465b5cfd54a7c10f8b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Aug 2006 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.4.1-4=20-=20Fixed=20converting=20the=20port?= =?UTF-8?q?=20number=20in=20the=20"connect=20from..."=20log=20message=20of?= =?UTF-8?q?=20SVDRP=20=20=20(thanks=20to=20Ville=20Skytt=C3=A4).=20-=20Mad?= =?UTF-8?q?e=20the=20cCiSession=20members=20sessionId=20and=20resourceId?= =?UTF-8?q?=20uint16=5Ft=20and=20uint32=5Ft,=20=20=20respectively,=20to=20?= =?UTF-8?q?match=20their=20types=20in=20the=20CI=20session=20data=20(thank?= =?UTF-8?q?s=20to=20Ville=20Skytt=C3=A4=20=20=20for=20reporting=20that=20t?= =?UTF-8?q?here=20are=20places=20where=20ntohs()=20is=20assigned=20to=20di?= =?UTF-8?q?fferent=20types).=20-=20Changed=20the=20way=20a=20device=20is?= =?UTF-8?q?=20selected=20for=20receiving=20in=20order=20to=20keep=20device?= =?UTF-8?q?s=20with=20=20=20CAMs=20better=20available,=20even=20if=20this?= =?UTF-8?q?=20means=20recording=20on=20the=20primary=20device=20(reported?= =?UTF-8?q?=20=20=20by=20J=C3=B6rn=20Reder;=20thanks=20to=20Anssi=20Hannul?= =?UTF-8?q?a=20for=20improving=20handling=20Transfer=20Mode=20devices=20?= =?UTF-8?q?=20=20in=20this).=20-=20No=20longer=20stopping=20removing=20emp?= =?UTF-8?q?ty=20directories=20if=20an=20error=20occurs=20(thanks=20to=20?= =?UTF-8?q?=20=20Oliver=20Endriss).=20-=20Added=20a=20log=20error=20messag?= =?UTF-8?q?e=20to=20cPlugin::ConfigDirectory()=20in=20case=20a=20plugin=20?= =?UTF-8?q?calls=20it=20=20=20from=20a=20separate=20thread=20(reported=20b?= =?UTF-8?q?y=20Udo=20Richter).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools.c') diff --git a/tools.c b/tools.c index 5869bf0..8ec1e69 100644 --- a/tools.c +++ b/tools.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.c 1.119 2006/06/17 09:45:32 kls Exp $ + * $Id: tools.c 1.120 2006/08/12 13:30:07 kls Exp $ */ #include "tools.h" @@ -422,8 +422,7 @@ bool RemoveEmptyDirectories(const char *DirName, bool RemoveThis) } else { LOG_ERROR_STR(buffer); - free(buffer); - return false; + empty = false; } free(buffer); } -- cgit v1.2.3