]> git.pond.sub.org Git - empserver/commit
Use int instead of long for military reserves
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 13 Jan 2013 15:13:15 +0000 (16:13 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 8 May 2013 04:57:54 +0000 (06:57 +0200)
commit74b8b9932d968b7ddc7f9a615e7e8279a8e609be
treeee22740e27ef4337ba7f746d7bec881978cb8fcb
parent5d7f0119007544714519caa8e320c7f8d8e7c8ad
Use int instead of long for military reserves

Code dealing with reserves mixes int and long pretty haphazardly.
Harmless, because practical reserves fit easily on any machine capable
of running the server.  Clean up anyway.
include/nat.h
src/lib/commands/budg.c
src/lib/commands/demo.c
src/lib/commands/edit.c
src/lib/commands/enli.c
src/lib/commands/nati.c
src/lib/common/nsc.c
tests/smoke/smoke.out