tuxtxt.cpp:fix error array-bound

Origin commit data
------------------
Branch: ni/coolstream
Commit: fd84ed4100
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-19 (Thu, 19 Mar 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-03-19 17:20:36 +01:00
parent f5723298d8
commit 893056e7bb

View File

@@ -3213,7 +3213,8 @@ void ConfigMenu(int Init)
for (i1=hotindex; i1<maxhotlist; i1++) /* move rest of list */
{
hotlist[i1] = hotlist[i1+1];
if(i1+1<maxhotlist)
hotlist[i1] = hotlist[i1+1];
}
maxhotlist--;
if (hotindex > maxhotlist)