Fix merging bug
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 22 Oct 2010 18:25:06 +0000 (20:25 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 22 Oct 2010 18:25:06 +0000 (20:25 +0200)
commita9a9de13751f0b8a188d7d11957821e58c7aa03d
treeb185d0e945be86f84cbedeab34d350965e149293
parentfdd81e9b076ecd4a8d8ca0caa0fa9e293a2b509f
Fix merging bug

A %g format was used to print an int in sending the level command,
because decimal points were dropped when merging patches. Also an unused
variable was removed to suppress a warning.
backend.c