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

Removed increment/decrement of savnum in attempt to fix save buffer problem.

parent 8cafd006
No related branches found
No related tags found
No related merge requests found
......@@ -639,10 +639,8 @@ int choose_server(char **opts)
uifc.helpbuf= "`Server List:`\n"
"\nToDo: Add help.";
uifc.savnum++;
i=uifc.list(WIN_MID|WIN_ACT|WIN_SAV,0,0,0,&srvr_dflt,0
,"Select Server",opts);
uifc.savnum--;
return(i);
}
......
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