]> git.pond.sub.org Git - empserver/commit
Replace exit(-1) by exit(1)
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 29 Oct 2011 18:25:01 +0000 (20:25 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 29 Dec 2011 10:47:05 +0000 (11:47 +0100)
commitf006e373f91db505d244c1435511595098c71b66
tree4c939b4a5860a20298082a03b43d996403297ae5
parent06753c7e2bcf2b0655c0c519b61467b6dcff10f3
Replace exit(-1) by exit(1)

exit() uses only the least significant byte of its argument.
src/util/fairland.c