From d02f74efea3e6b631810bfd3c3d8adcaa4299902 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 4 Mar 2006 18:34:29 +0000 Subject: *** empty log message *** --- qif.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qif.cc') diff --git a/qif.cc b/qif.cc index 5d4eb3a5..cd368dc2 100644 --- a/qif.cc +++ b/qif.cc @@ -115,8 +115,8 @@ unsigned int qif_parser_t::parse(std::istream& in, get_line(in); xact->amount.parse(line); - unsigned long flags = xact->amount.commodity().flags(); - unsigned short prec = xact->amount.commodity().precision(); + unsigned char flags = xact->amount.commodity().flags(); + unsigned char prec = xact->amount.commodity().precision(); if (! def_commodity) { def_commodity = commodity_t::find_or_create("$"); -- cgit v1.2.3