Skip to content

AST-862 Fixes UVWFlagger output

Mark de Wever requested to merge AST-862-fixes-UVWFlagger-output into master

In the original code flagPtr and origPtr pointed to the same buffer. After updating the flags the contents of both ranges would be identical. This caused the diagnostics to always mention no flags were changed.

Note this was a diagnostics only issue, the flags were updated as requested.

Closes AST-862

Merge request reports