Skip to content
Snippets Groups Projects
Commit e6984e5e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix off-by-one error in program settings.

parent cade5789
No related branches found
No related tags found
No related merge requests found
......@@ -1604,7 +1604,7 @@ void change_settings(int connected)
inicontents=strListInit();
}
for(i=0; i<12; i++)
for(i=0; i<13; i++)
opt[i]=opts[i];
opt[i]=NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment