for(x=0;((gwarea->current[x]) && (gwarea->current[x] != stop ));x++) {
if(x>=limit) {
- debuga(_("getword loop detected after %d bytes.\n"),x);
+ debuga(_("End of word not found in getword after %d bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);
for(x=0;((gwarea->current[x]) && (gwarea->current[x] != stop ));x++) {
if(x>=limit) {
- debuga(_("getword_multisep loop detected.\n"));
+ debuga(_("End of word not found in getword_multisep after %d bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);
for(x=0;(gwarea->current[x] && (gwarea->current[x] != stop ));x++) {
if(x>=limit) {
- debuga(_("getword_skip loop detected after %d bytes.\n"),x);
+ debuga(_("End of word not found in getword_skip after %d bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);
*number=(*number * 10) + digit;
}
if(gwarea->current[x] && gwarea->current[x]!=stop) {
- debuga(_("getword_atoll loop detected after %d bytes.\n"),x);
+ debuga(_("End of number not found in getword_atoll after %d bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);
*number=(*number * 10) + digit;
}
if(gwarea->current[x] && gwarea->current[x]!=stop) {
- debuga(_("getword_atoi loop detected after %d bytes.\n"),x);
+ debuga(_("End of number not found in getword_atoi after %d bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);
*number=(*number * 10) + digit;
}
if(gwarea->current[x] && gwarea->current[x]!=stop) {
- debuga(_("getword_atol loop detected after %ld bytes.\n"),x);
+ debuga(_("End of number not found in getword_atol after %ld bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);
*number=(*number * 10) + digit;
}
if(gwarea->current[x] && gwarea->current[x]!=stop) {
- debuga(_("getword_atolu loop detected after %ld bytes.\n"),x);
+ debuga(_("End of number not found in getword_atolu after %ld bytes.\n"),x);
debuga(_("Line=\"%s\"\n"),gwarea->beginning);
debuga(_("Record=\"%s\"\n"),gwarea->current);
debuga(_("searching for \'x%x\'\n"),stop);