From: Frederic Marchal Date: Mon, 30 Mar 2015 18:57:06 +0000 (+0200) Subject: Remove old commented out code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=963fde5712e92f9d505da6642fa459febb0e163a;p=thirdparty%2Fsarg.git Remove old commented out code. --- diff --git a/util.c b/util.c index b7b760a..a741c7a 100644 --- a/util.c +++ b/util.c @@ -97,7 +97,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(); @@ -138,7 +137,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(); @@ -165,7 +163,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 @@ -204,7 +201,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 @@ -243,7 +239,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 @@ -282,7 +277,6 @@ int getword_atol(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 @@ -323,7 +317,6 @@ int getword_atolu(unsigned long int *number, struct getwordstruct *gwarea, char 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