Dash:
[t2.git] / package / security / libchipcard1 / 64bit.patch
blob228e6967eb22f4a4d7767774b52217de60d732e8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../libchipcard/64bit.patch
5 # Copyright (C) 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -ur libchipcard-0.9.1/src/libchipcard/cards/hbcicard.cpp libchipcard-0.9.1-t2/src/libchipcard/cards/hbcicard.cpp
18 --- libchipcard-0.9.1/src/libchipcard/cards/hbcicard.cpp 2003-05-07 22:14:59.000000000 +0200
19 +++ libchipcard-0.9.1-t2/src/libchipcard/cards/hbcicard.cpp 2006-01-29 00:29:49.000000000 +0100
20 @@ -684,8 +684,8 @@
21 case k_HBCICARD_TYPE_1:
22 return _hash2mac1(hash,mac);
23 default:
24 - DBG_INFO("LIBCHIPCARD: unknown chip card type (%8x) (%d).",
25 - (unsigned int)this,
26 + DBG_INFO("LIBCHIPCARD: unknown chip card type (%8x) (%ld).",
27 + (unsigned long)this,
28 _type);
29 return false;