From: Frederic Marchal Date: Fri, 26 Dec 2014 14:10:57 +0000 (+0100) Subject: Remove old commented out code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9012fff242980fe58786c62f607a3fa118a87c1;p=thirdparty%2Fsarg.git Remove old commented out code. --- diff --git a/util.c b/util.c index fac7600..32adf30 100644 --- a/util.c +++ b/util.c @@ -94,7 +94,6 @@ int getword(char *word, int limit, struct getwordstruct *gwarea, char stop) debuga(_("Line=\"%s\"\n"),gwarea->beginning); debuga(_("Record=\"%s\"\n"),gwarea->current); debuga(_("searching for \'x%x\'\n"),stop); - //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n")); word[(limit>0) ? limit-1 : 0]='\0'; #if USE_GETWORD_BACKTRACE getword_backtrace(); @@ -137,7 +136,6 @@ int getword_multisep(char *word, int limit, struct getwordstruct *gwarea, char s debuga(_("Line=\"%s\"\n"),gwarea->beginning); debuga(_("Record=\"%s\"\n"),gwarea->current); debuga(_("searching for \'x%x\'\n"),stop); - //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n")); if (limit>0) word[limit-1]='\0'; #if USE_GETWORD_BACKTRACE getword_backtrace(); @@ -166,7 +164,6 @@ int getword_skip(int limit, struct getwordstruct *gwarea, char stop) debuga(_("Line=\"%s\"\n"),gwarea->beginning); debuga(_("Record=\"%s\"\n"),gwarea->current); debuga(_("searching for \'x%x\'\n"),stop); - //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n")); #if USE_GETWORD_BACKTRACE getword_backtrace(); #endif @@ -210,7 +207,6 @@ int getword_atoll(long long int *number, struct getwordstruct *gwarea, char stop debuga(_("Line=\"%s\"\n"),gwarea->beginning); debuga(_("Record=\"%s\"\n"),gwarea->current); debuga(_("searching for \'x%x\'\n"),stop); - //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n")); #if USE_GETWORD_BACKTRACE getword_backtrace(); #endif @@ -254,7 +250,6 @@ int getword_atoi(int *number, struct getwordstruct *gwarea, char stop) debuga(_("Line=\"%s\"\n"),gwarea->beginning); debuga(_("Record=\"%s\"\n"),gwarea->current); debuga(_("searching for \'x%x\'\n"),stop); - //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n")); #if USE_GETWORD_BACKTRACE getword_backtrace(); #endif