From: Mark Wooding Date: Sat, 12 Oct 2019 12:44:54 +0000 (+0100) Subject: ec.c (ec2osp, os2ecp): Collect flags correctly. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/c8b711c464a1feeef847453571d798bb60a94c51?hp=c8b711c464a1feeef847453571d798bb60a94c51 ec.c (ec2osp, os2ecp): Collect flags correctly. Previously `ec2osp' collected an `int', which probably wasn't completely terrible, and `os2ecp' collected a float, which probably was. ---