Skip to content
Snippets Groups Projects
Commit c58c6202 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make default msg bsae storage method the current configured setting

parent 0e818571
No related branches found
No related tags found
No related merge requests found
...@@ -1544,7 +1544,7 @@ void sub_cfg(int grpnum) ...@@ -1544,7 +1544,7 @@ void sub_cfg(int grpnum)
cfg.sub[i]->qwkconf=atoi(str); cfg.sub[i]->qwkconf=atoi(str);
break; break;
case 1: case 1:
n=0; n=cfg.sub[i]->misc&SUB_HYPER ? 0 : cfg.sub[i]->misc&SUB_FAST ? 1 : 2;
strcpy(opt[0],"Hyper Allocation"); strcpy(opt[0],"Hyper Allocation");
strcpy(opt[1],"Fast Allocation"); strcpy(opt[1],"Fast Allocation");
strcpy(opt[2],"Self-packing"); strcpy(opt[2],"Self-packing");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment