Skip to content
Snippets Groups Projects
Commit ffd1492f authored by rswindell's avatar rswindell
Browse files

Fix typo in last 2 commits.

parent 3dff2a7a
Branches
Tags
No related merge requests found
...@@ -575,7 +575,7 @@ while(client.socket.is_connected && !quit) { ...@@ -575,7 +575,7 @@ while(client.socket.is_connected && !quit) {
var ng_found = false; /* Requires sbbs v3.13 */ var ng_found = false; /* Requires sbbs v3.13 */
var ng_list = hdr.newsgroups.split(','); var ng_list = hdr.newsgroups.split(',');
for(n in ng_list) for(n in ng_list)
if(ng[n].toLowerCase() == selected.newsgroup.toLowerCase()) { if(ng_list[n].toLowerCase() == selected.newsgroup.toLowerCase()) {
ng_found = true; ng_found = true;
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment