fix >IN manipulation not taken into account at line end
This commit is contained in:
+1
-5
@@ -375,10 +375,6 @@ enum fh_error fh_process_line(struct fh_thread_s *fh)
|
||||
|
||||
LOG("Discard \"%.*s\"", (int) length, rp);
|
||||
}
|
||||
|
||||
if (!end) {
|
||||
goto done;
|
||||
}
|
||||
break;
|
||||
|
||||
case FH_SUBSTATE_PAREN_COMMENT:
|
||||
@@ -405,6 +401,6 @@ enum fh_error fh_process_line(struct fh_thread_s *fh)
|
||||
}
|
||||
}
|
||||
done:
|
||||
//LOG("Line done.");
|
||||
LOG("Line done, rp %d, len %d", ReadPos, ReadLen);
|
||||
return FH_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user