]> git.pond.sub.org Git - empserver/commit
Use int instead of long to count people
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 13 Jan 2013 14:04:24 +0000 (15:04 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 8 May 2013 04:57:54 +0000 (06:57 +0200)
commit5d7f0119007544714519caa8e320c7f8d8e7c8ad
treec7866b7f14461050cc170b9bb86b30bd751751f3
parent948757cb0c5b3b8b92bff6d1162f15bf056d557f
Use int instead of long to count people

Code dealing with counting people mixes int and long pretty
haphazardly.  Harmless, because practical populations fit into int
easily on any machine capable of running the server.  Clean up anyway.
include/budg.h
include/prototypes.h
src/lib/commands/budg.c
src/lib/update/main.c
src/lib/update/nat.c
src/lib/update/prepare.c