Date: Sat, 18 Jan 2003 03:40:04 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/47070: Update port: finance/qhacc to 2.6 Message-ID: <200301181140.h0IBe4Hc050108@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47070; it has been noted by GNATS. From: KATO Tsuguru <tkato@prontomail.com> To: Tilman Linneweh <arved@freebsd.org> Cc: Subject: Re: ports/47070: Update port: finance/qhacc to 2.6 Date: Fri, 17 Jan 2003 21:35:28 +0900 On Wed, 15 Jan 2003 11:33:26 -0800 (PST) Tilman Linneweh <arved@FreeBSD.org> wrote: > State-Changed-Why: > I do get a checksum mismatch. > Mine is: > MD5 (qhacc-2.6.tar.gz) = 47f75b19726259a6ce4f5edd314c1f24 It seems tarball has been replaced after once uploaded. Difference between old one and new one is as follows: diff -urN old/qhacc-2.6/src/qhacc.cpp new/qhacc-2.6/src/qhacc.cpp --- old/qhacc-2.6/src/qhacc.cpp Sat Jan 11 16:43:28 2003 +++ new/qhacc-2.6/src/qhacc.cpp Tue Jan 14 17:22:04 2003 @@ -314,13 +314,9 @@ for( int i=0; i<ACOLS; i++ ) cols[i]=TableCol( QString() ); // plus a couple others... uint zip=0; - float zipf=0; cols[AID]=TableCol( zip ); cols[APID]=TableCol( zip ); cols[AOBAL]=TableCol( "0.00" ); - cols[ACBAL]=TableCol( zipf ); - cols[ARBAL]=TableCol( zipf ); - cols[ABUDGET]=TableCol( zipf ); cols[ATRANSNUMS]=TableCol( getSP( "TRANSTYPES" ) ); cols[ATAXED]=TableCol( true ); cols[ACATEGORY]=TableCol( true ); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301181140.h0IBe4Hc050108>