Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the terminating 0, while the latter doesn't)

This commit is contained in:
Klaus Schmidinger
2013-03-11 11:07:59 +01:00
parent f3ca6f2083
commit bc72b7e6cd
5 changed files with 14 additions and 12 deletions

View File

@@ -7735,3 +7735,5 @@ Video Disk Recorder Revision History
- Updated the Hungarian OSD texts (thanks to Istv<74>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).