X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fmatch.c;h=dad3e7bc455ac901c6879e3811a361c97cbeed85;hb=15dfdaac823c5927b096b2980753a6198a6a7741;hp=75bf4358395d27fa21b8a9c213c307a82a2196d6;hpb=f37600ee01f6cfd86e8fa80f77ee26ebaf3012b2;p=ngircd-alex.git diff --git a/src/ngircd/match.c b/src/ngircd/match.c index 75bf4358..dad3e7bc 100644 --- a/src/ngircd/match.c +++ b/src/ngircd/match.c @@ -55,7 +55,6 @@ static int Matche_After_Star PARAMS(( const char *p, const char *t )); GLOBAL bool Match( const char *Pattern, const char *String ) { - /* Pattern mit String vergleichen */ if( Matche( Pattern, String ) == MATCH_VALID ) return true; else return false; } /* Match */