diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-11 11:07:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-11 11:07:59 +0100 |
commit | bc72b7e6cd2468a9f8daea34dba524d81d60702f (patch) | |
tree | 6e2c7b4af8496a65acbb577e6e3af30b0be4e361 /HISTORY | |
parent | f3ca6f2083229732d78ce6920f880fb6113e0c97 (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |