================== Cmd_CompleteCfgName ================== */
| 791 | ================== |
| 792 | */ |
| 793 | void Cmd_CompleteCfgName( char *args, int argNum ) { |
| 794 | if( argNum == 2 ) { |
| 795 | Field_CompleteFilename( "", "cfg", qfalse, qtrue ); |
| 796 | } |
| 797 | } |
| 798 | |
| 799 | /* |
| 800 | ============ |
nothing calls this directly
no test coverage detected