Skip to content

Scripter pipe and redirect input fix

Brian G requested to merge (removed):ScriptPipeAndRedirectInputFix into master

Scripter has an issue with piped and redirected input from command line cat myscript | gbs3 -v - or gbs3 -v - < myscript will cause a out of range error in the reader process This patch fixes that

Merge request reports