summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2007-01-28 17:16:41 +0000
committerscop <scop>2007-01-28 17:16:41 +0000
commit1bd7dba2588394034b29bdc3ce571eacdfd436a8 (patch)
tree832f40c12ba35ccdaa4c7a717b46c0f01a6e816f /HISTORY
parenta3f259961e39e7820b3b634208b2f0bcb8507920 (diff)
downloadvdr-plugin-dxr3-1bd7dba2588394034b29bdc3ce571eacdfd436a8.tar.gz
vdr-plugin-dxr3-1bd7dba2588394034b29bdc3ce571eacdfd436a8.tar.bz2
Return 0 instead of -1 from PlayVideo if we don't even try to play anything.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5856f08..fd607fc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -321,3 +321,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- add Polish translation (Mikolaj Tutak)
- sync "make install" with VDR 1.4.2-2 (Ville Skyttä)
- use cCondWait::SleepMs() instead of usleep (Ville Skyttä)
+- minor tweaks