If vsgTransform is no command line parameter, it will crash.
chenhaoen opened this issue · 1 comments
chenhaoen commented
https://github.com/vsg-dev/vsgExamples/blob/master/examples/nodes/vsgtransform/vsgtransform.cpp
Line 43 should be changed to if ( argc < = 1 ).
robertosfield commented
Thanks for spotting this error, now fixed : b706650