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

Fixed typo (LastNode).

parent 9ff35299
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ void sbbs_read_ini( ...@@ -128,7 +128,7 @@ void sbbs_read_ini(
bbs->first_node bbs->first_node
=iniReadShortInt(fp,section,"FirstNode",1); =iniReadShortInt(fp,section,"FirstNode",1);
bbs->last_node bbs->last_node
=iniReadShortInt(fp,section,"FirstNode",4); =iniReadShortInt(fp,section,"LastNode",4);
bbs->xtrn_polls_before_yield bbs->xtrn_polls_before_yield
=iniReadInteger(fp,section,"ExternalYield",10); =iniReadInteger(fp,section,"ExternalYield",10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment