summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-11 14:42:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-11 14:42:36 +0200
commit848e79eec8026ed0836f64faad2148836be27836 (patch)
treef4d580b91cb86515ffccf243c0cfe3eb5beb9298 /HISTORY
parentc6e759f436e2ee6496425a2293bb64d7f28103d0 (diff)
downloadvdr-848e79eec8026ed0836f64faad2148836be27836.tar.gz
vdr-848e79eec8026ed0836f64faad2148836be27836.tar.bz2
Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 32de2b63..96f99811 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2139,3 +2139,5 @@ Video Disk Recorder Revision History
written.
- Implemented separate PausePriority and PauseLifetime parameters for the recordings
created when pausing live video (suggested by Alfred Zastrow).
+- Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
+ (thanks to Andreas Schultz).