From 968cfa1e0ed3e37a464939c067c486e6f081f870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 7 Sep 2009 13:09:32 +0000 Subject: [PATCH] Don't ignore URL of sites without directories. --- log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log.c b/log.c index 413ce06..1d489dc 100644 --- a/log.c +++ b/log.c @@ -1102,11 +1102,11 @@ int main(int argc,char *argv[]) printf("SARG: Maybe you have a broken url in your %s file.\n",arq); exit(1); } - if (!strchr(url,'/')) { + /*if (!strchr(url,'/')) { if (debugm) printf("URL without directory: %s\n",url); totregsx++; continue; - } + }*/ } if(strcmp(LongUrl,"no") == 0) { -- 2.47.3