aboutsummaryrefslogtreecommitdiffstats
path: root/g10/card-util.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-03 17:24:24 +0000
committerWerner Koch <[email protected]>2009-06-03 17:24:24 +0000
commitdac70ca2fda12f4fb01eb3f2f33f3831a26c10a0 (patch)
treed595a46157bf18797f5226b10e1216b9498679de /g10/card-util.c
parentFix for bug#1066. (diff)
downloadgnupg-dac70ca2fda12f4fb01eb3f2f33f3831a26c10a0.tar.gz
gnupg-dac70ca2fda12f4fb01eb3f2f33f3831a26c10a0.zip
Fixed an fopen problem on Windows Vista.
Diffstat (limited to '')
-rw-r--r--g10/card-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c
index e12e4a7a1..b696144b0 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -195,6 +195,7 @@ get_manufacturer (unsigned int no)
case 0x0004: return "Wewid AB";
case 0x0005: return "ZeitControl";
+ case 0x002A: return "Magrathea";
/* 0x00000 and 0xFFFF are defined as test cards per spec,
0xFFF00 to 0xFFFE are assigned for use with randomly created
serial numbers. */