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

Make default msg bsae storage method the current configured setting

parent 6b5fcd0b
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -1544,7 +1544,7 @@ void sub_cfg(int grpnum)
cfg.sub[i]->qwkconf=atoi(str);
break;
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[1],"Fast Allocation");
strcpy(opt[2],"Self-packing");
......
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