I have fixed this problem. An update is building. It will be posted ASAP.
Blasted uninitialized variable. Not blaming the variable. I understand it is I who didn't initialize it.
One unfortunate trap of building in debug mode is that uninitialized variables get initialized to zero, which can hide problems like this.
Blasted uninitialized variable. Not blaming the variable. I understand it is I who didn't initialize it.
One unfortunate trap of building in debug mode is that uninitialized variables get initialized to zero, which can hide problems like this.