diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-08 09:24:55 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-08 09:24:55 +0100 |
commit | 7f66e1573e056b26598cb8d37b5f65fe7276eb25 (patch) | |
tree | 29d9d8b4e61d4d07ac4c901875785a1b4c25473b /timers.h | |
parent | b16437e7848218025986e87eb972b742dd7c958b (diff) | |
download | vdr-7f66e1573e056b26598cb8d37b5f65fe7276eb25.tar.gz vdr-7f66e1573e056b26598cb8d37b5f65fe7276eb25.tar.bz2 |
New command line option --dirnames
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: timers.h 2.5 2012/12/07 13:13:40 kls Exp $ + * $Id: timers.h 2.6 2013/02/05 11:23:24 kls Exp $ */ #ifndef __TIMERS_H @@ -39,7 +39,7 @@ private: int stop; int priority; int lifetime; - mutable char file[MaxFileName]; + mutable char file[NAME_MAX * 2]; // *2 to be able to hold 'title' and 'episode', which can each be up to 255 characters long char *aux; const cEvent *event; public: |