From 58dbc827a2b3b6700977105532fa74c1074bf579 Mon Sep 17 00:00:00 2001 From: austriancoder Date: Sun, 14 Nov 2004 19:05:52 +0000 Subject: retun correct error message --- HISTORY | 1 + dxr3interface.c | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY b/HISTORY index 3ac2714..9e2e0c8 100644 --- a/HISTORY +++ b/HISTORY @@ -271,3 +271,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - added support for vdr-1.3.13 - added a small patch, containing mainly Finnish translation updates but also a few other small ones thanks Ville Skyta +- some little fixes in the dx3interface: if we cant open control fifo plugins retuns now correct error message diff --git a/dxr3interface.c b/dxr3interface.c index 662a891..63522d1 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -61,6 +61,7 @@ static int Dxr3Open(const char *Name, int n, int Mode) if (fd < 0) { cLog::Instance() << "Unable to open " << FileName << "\n"; + return 0; } return fd; } -- cgit v1.2.3