Skip to content
Extraits de code Groupes Projets

Lkt fix

Fusionnées Kubat a demandé de fusionner lkt-fix vers master
+ 2
0
@@ -113,12 +113,14 @@ static int
lkt_valid_type(const char *type)
{
return (STR_MATCH(type, "all") ||
STR_MATCH(type, "any") ||
STR_MATCH(type, "a") ||
STR_MATCH(type, "type") ||
STR_MATCH(type, "cat") ||
STR_MATCH(type, "category") ||
STR_MATCH(type, "author") ||
STR_MATCH(type, "auth") ||
STR_MATCH(type, "source") ||
STR_MATCH(type, "lang") ||
STR_MATCH(type, "language"));
}
Chargement en cours