dh-limlee: Make code return PGEN_ABORT on error, like the comments say.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 11 Feb 2006 20:00:12 +0000 (20:00 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Feb 2006 20:00:12 +0000 (20:00 +0000)
commit9f05f5d854797e4f45abb1654ec820df0dfb9699
treebeea8790c82eeac3b81588ce84eb46c8c9693b33
parent975679c728722cd4f201ed67eeba83560fdcb5d6
dh-limlee: Make code return PGEN_ABORT on error, like the comments say.

The documentation says it returns PGEN_ABORT on error, but it doesn't:
it returns PGEN_FAIL instead.  Since PGEN_ABORT is -1, it makes sense to
do what the comments say, so make it do that.
dh-limlee.c