head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.09.27.21.10.21;	author thierry;	state dead;
branches;
next	1.1;

1.1
date	2004.02.03.09.32.10;	author arved;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.7.1, which also fixes the compilation problem on 5.x.

PR:		ports/71963
Submitted by:	maintainer
Approved by:	portmgr (linimon).
@
text
@--- src.orig/mktemplate.cc
+++ src/mktemplate.cc
@@@@ -1,4 +1,4 @@@@
-/* $Id: mktemplate.cc,v 1.92 2003/04/27 15:57:21 richard Exp $ -*- C++ -*-
+/* $Id: mktemplate.cc,v 1.93 2003/05/06 19:12:14 richard Exp $ -*- C++ -*-
   __   _
   |_) /|  Copyright (C) 2001-2002 Richard Atterer
   | \/|  <richard at atterer.net>
@@@@ -643,7 +643,7 @@@@
     Paranoid(*data + len <= bufferLength);
     rsum->addBack(buf + *data, len);
     *data += len; off += len; *n -= len;
-    *rsumBack = modAdd(*rsumBack, len, bufferLength);
+    *rsumBack = modAdd(*rsumBack, implicit_cast<size_t>(len), bufferLength);
     Paranoid(off == nextEvent || off == nextAlignedOff);
 #   if DEBUG
     for (unsigned i = 0; i < len; ++i) {

@


1.1
log
@Fix Build on AMD64

Submitted by:	Attila Nagy <bra@@fsn.hu>
@
text
@@

