There's a bug in the program you're using. Either that, or the laws of physics have changed so that you can have a word of negative length. My guess is that they're using a signed integer variable somewhere in the program and it gets overflowed so that a large positive number becomes a small negative number. I'm sure the developer(s) of the application would like to know about it.



