From: Markus Armbruster Date: Sat, 29 Oct 2011 18:25:01 +0000 (+0200) Subject: Replace exit(-1) by exit(1) X-Git-Tag: v4.3.29~42 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=f006e373f91db505d244c1435511595098c71b66 Replace exit(-1) by exit(1) exit() uses only the least significant byte of its argument. --- diff --git a/src/util/fairland.c b/src/util/fairland.c index d2e2cc896..fcaf94f75 100644 --- a/src/util/fairland.c +++ b/src/util/fairland.c @@ -267,7 +267,7 @@ main(int argc, char *argv[]) write_sects(); qprint("writing to sectors file...\n"); if (!ef_close(EF_SECTOR)) - exit(-1); + exit(1); output(); qprint("\n\nA script for adding all the countries can be found in \"%s\".\n",