diff options
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #define LOC_INDEXFILESUFFIX "/index" -bool IsPesRecording(const cRecording *pRecording) +bool IsPesRecording(const cRecording* pRecording) { #if VDRVERSNUM < 10703 return true; |