mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Better error handling when writing configuration files
This commit is contained in:
4
tools.h
4
tools.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: tools.h 1.33 2001/09/14 14:35:40 kls Exp $
|
||||
* $Id: tools.h 1.34 2001/09/15 15:22:57 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __TOOLS_H
|
||||
@@ -93,7 +93,7 @@ public:
|
||||
~cSafeFile();
|
||||
operator FILE* () { return f; }
|
||||
bool Open(void);
|
||||
void Close(void);
|
||||
bool Close(void);
|
||||
};
|
||||
|
||||
class cListObject {
|
||||
|
||||
Reference in New Issue
Block a user