"Thanks, I'm happy for you to add me (Russell Currie <rc454@cam.ac.uk>)."
Russel reported the floating point exception (division by zero) error
with zero width digits, and even provided patches fixing this.
GCC on Ubuntu 11.04 64-bit produces the following error:
ssocr-2.9.5$ make
cc -Wall -W -Wextra -pedantic -Werror -pedantic-errors -O6 -c -o
ssocr.o ssocr.c
cc1: warnings being treated as errors
ssocr.c: In function ‘main’:
ssocr.c:57:11: error: ‘count’ may be used uninitialized in this function
make: *** [ssocr.o] Error 1
This was reported by Bruce Dudek <bd4465@comcast.net>.
If no input could be read from STDIN a spuriour error message might have
been created by this error.
Bumped the version number to 2.9.6 to reflect the bugfix.
Waiting for Bruce to tell me if I may add his name and email address to the
released THANKS file (the checked in version does contain it both).