| 1207 | #endif /* !SFCTOOL */ |
| 1208 | |
| 1209 | void |
| 1210 | get_sortdisco(char *opts, boolean cnf) |
| 1211 | { |
| 1212 | const char *p = strchr(disco_order_let, flags.discosort); |
| 1213 | |
| 1214 | if (!p) |
| 1215 | flags.discosort = 'o', p = disco_order_let; |
| 1216 | if (cnf) |
| 1217 | Sprintf(opts, "%c", flags.discosort); |
| 1218 | else |
| 1219 | Strcpy(opts, disco_orders_descr[p - disco_order_let]); |
| 1220 | } |
| 1221 | /*o_init.c*/ |
no outgoing calls
no test coverage detected