overrun of static array

Fix for Coverity error CID: 552

svn path=/trunk/; revision=36415
This commit is contained in:
Christoph von Wittich 2008-09-23 07:44:15 +00:00
parent 118679eda4
commit 1285642dcd

View file

@ -179,7 +179,7 @@ LoadConfig(HWND hwndDlg)
}
}
for(i=0;i<17;i++)
for(i=0;i<16;i++)
{
if (Sec[i]==pp.user.VideoTimeoutAc)
{