2
0

Default to Long on invalid type.

This commit is contained in:
Maarten Billemont 2016-07-06 01:18:35 -04:00
parent 588ebe08cd
commit a5368033a3

View File

@ -50,6 +50,7 @@ const MPSiteType mpw_typeWithName(const char *typeName) {
return MPSiteTypeGeneratedPhrase;
ftl( "Not a generated type name: %s", stdTypeName );
return MPSiteTypeGeneratedLong;
}
const char **mpw_templatesForType(MPSiteType type, size_t *count) {