commit | 87f23c342127206ebf12300c8e4e577e45a3bc1b | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Sun Jun 23 21:27:18 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Mon Jun 24 12:36:32 2013 +0200 |
tree | b68701a23f698c3aeb6a23d0e272e2460e31c921 | |
parent | 729481ce247f8ac29efb375ae879e4a9fed2e451 [diff] |
Fix merging of parameters The merging logic was wrong, inverting the behaviour of parameter merging, somewhat anyway. This is now fixed. Entities are collected in a list, and then the list is reduced through merging the second element into the first. The entity of the current level is only merged once, at the very end. Signed-off-by: martin f. krafft <madduck@madduck.net>