K 10
svn:author
V 4
glip
K 8
svn:date
V 27
2003-09-28T01:04:59.000000Z
K 7
svn:log
V 179
For some reason my compiler fancied this:

+      result = (find_unit_by_id(id) != NULL);

better than this

-      result = (punit = find_unit_by_id(id));

So fixed accordingly.

END
