|
|
|
@ -440,7 +440,7 @@ static int match_extension(const char *filename, const char *ext)
@@ -440,7 +440,7 @@ static int match_extension(const char *filename, const char *ext)
|
|
|
|
|
* prefix is non-empty (k.e., we don't match .tar.gz with no actual |
|
|
|
|
* filename). |
|
|
|
|
*/ |
|
|
|
|
if (prefixlen < 2 || filename[prefixlen-1] != '.') |
|
|
|
|
if (prefixlen < 2 || filename[prefixlen - 1] != '.') |
|
|
|
|
return 0; |
|
|
|
|
return !strcmp(filename + prefixlen, ext); |
|
|
|
|
} |
|
|
|
|