summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-11 11:07:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-11 11:07:59 +0100
commitbc72b7e6cd2468a9f8daea34dba524d81d60702f (patch)
tree6e2c7b4af8496a65acbb577e6e3af30b0be4e361 /HISTORY
parentf3ca6f2083229732d78ce6920f880fb6113e0c97 (diff)
downloadvdr-bc72b7e6cd2468a9f8daea34dba524d81d60702f.tar.gz
vdr-bc72b7e6cd2468a9f8daea34dba524d81d60702f.tar.bz2
Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the terminating 0, while the latter doesn't)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 76088eab..cd04deb7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7735,3 +7735,5 @@ Video Disk Recorder Revision History
- Updated the Hungarian OSD texts (thanks to István Füley).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Updated the Polish OSD texts (thanks to Marek Nazarko).
+- Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the
+ terminating 0, while the latter doesn't).