Closed swesterfeld closed 9 months ago
This PR fixes issue #24.
Thanks for catching this. The check could even be pos<0, not just pos==-1 as other negative values don't make sense.
pos<0
pos==-1
This PR fixes issue #24.