Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/dasher/files: dasher-4.6.1-lldiv.patch
Date: Thu, 29 Nov 2007 05:02:03
Message-Id: E1IxbX1-0006uj-Mx@stork.gentoo.org
1 jer 07/11/29 05:01:47
2
3 Added: dasher-4.6.1-lldiv.patch
4 Log:
5 Fixing bug #200659 and stable for HPPA (bug #199740).
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.1 app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch?rev=1.1&content-type=text/plain
13
14 Index: dasher-4.6.1-lldiv.patch
15 ===================================================================
16 --- Src/DasherCore/DasherViewSquare.cpp. 2007-10-15 15:55:00.000000000 +0200
17 +++ Src/DasherCore/DasherViewSquare.cpp 2007-11-28 17:18:08.000000000 +0100
18 @@ -802,7 +802,7 @@
19 else
20 return quot;
21 #else
22 - lldiv_t res = __gnu_cxx::lldiv(iNumerator, iDenominator);
23 + lldiv_t res = lldiv(iNumerator, iDenominator);
24
25 if(res.rem < 0)
26 return res.quot - 1;
27
28
29
30 --
31 gentoo-commits@g.o mailing list