diff options
Diffstat (limited to 'src/htsrobots.c')
-rw-r--r-- | src/htsrobots.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsrobots.c b/src/htsrobots.c index e7656b3..dac9400 100644 --- a/src/htsrobots.c +++ b/src/htsrobots.c @@ -60,7 +60,7 @@ int checkrobots(robots_wizard * robots, const char *adr, const char *fil) { return -1; // interdit } } else { // relatif - if (strstrcase((char*) fil, line)) { + if (strstrcase(fil, line)) { return -1; } } |