diff options
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.c b/recording.c index 60ea4a1c..f9ab0162 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 1.18 2000/10/03 12:39:28 kls Exp $ + * $Id: recording.c 1.19 2000/10/08 12:20:53 kls Exp $ */ #define _GNU_SOURCE @@ -254,7 +254,7 @@ bool cRecordings::Load(bool Deleted) result = Count() > 0; } else - Interface.Error("Error while opening pipe!"); + Interface->Error("Error while opening pipe!"); delete cmd; return result; } |