composite.c: use 'double' consistently
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Apr 2012 06:52:40 +0000 (23:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Apr 2012 06:52:40 +0000 (23:52 -0700)
commitcb3c2e3eca8bf31ac861739272ba1e182f4ec295
treebab0f81fd2dacd585af9804b21a6b7a71a411a84
parent50fe702a88904e0e29ccda7b7b41782985a16d48
composite.c: use 'double' consistently

* composite.c (get_composition_id): Use 'double' consistently
instead of converting 'float' to 'double' and vice versa; this is
easier to understand and avoids a GCC warning.
src/ChangeLog
src/composite.c