Sort Basic under Short per defined order.
This commit is contained in:
parent
8d9a3e0ab0
commit
1d913b7f78
@ -143,12 +143,12 @@ const char **mpw_templatesForType(MPResultType type, size_t *count) {
|
||||
case MPResultTypeTemplateMedium:
|
||||
return mpw_alloc_array( count, const char *,
|
||||
"CvcnoCvc", "CvcCvcno" );
|
||||
case MPResultTypeTemplateBasic:
|
||||
return mpw_alloc_array( count, const char *,
|
||||
"aaanaaan", "aannaaan", "aaannaaa" );
|
||||
case MPResultTypeTemplateShort:
|
||||
return mpw_alloc_array( count, const char *,
|
||||
"Cvcn" );
|
||||
case MPResultTypeTemplateBasic:
|
||||
return mpw_alloc_array( count, const char *,
|
||||
"aaanaaan", "aannaaan", "aaannaaa" );
|
||||
case MPResultTypeTemplatePIN:
|
||||
return mpw_alloc_array( count, const char *,
|
||||
"nnnn" );
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2f96072e3e42887dfe923924451fe73d77db5d0e
|
||||
Subproject commit e4cc332a775874dd59bc1cb8d8f3b3ac900daf9e
|
Loading…
Reference in New Issue
Block a user