]> git.pond.sub.org Git - empserver/commitdiff
Fix put_empobj() for types other than units
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Feb 2008 06:48:32 +0000 (07:48 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 25 Feb 2008 20:50:25 +0000 (21:50 +0100)
put_empobj() used struct empobj member uid, which is valid only for
units.  Existing users pass only units, fortunately.  Fix by making it
take type and uid parameters.


No differences found