Analysis workflow, remove debug output, strip more whitespace off

ADDRESS lines in testbound range.
This commit is contained in:
W.C.A. Wijngaards
2021-06-24 22:57:12 +02:00
parent 56733f1ba0
commit e24c78efd6
2 changed files with 2 additions and 85 deletions
+1 -2
View File
@@ -375,8 +375,7 @@ replay_moment_read(char* remain, FILE* in, const char* name,
if(parse_keyword(&remain, "ADDRESS")) {
while(isspace((unsigned char)*remain))
remain++;
if(strlen(remain) > 0) /* remove \n */
remain[strlen(remain)-1] = 0;
strip_end_white(remain);
if(!extstrtoaddr(remain, &mom->addr, &mom->addrlen)) {
log_err("line %d: could not parse ADDRESS: %s",
pstate->lineno, remain);