From 5b0119ca6d006678d84e813e1e71685efcc661c9 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 23 Feb 2006 19:15:06 +0000 Subject: [PATCH] change name + fix warning git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2859 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/pkcs15-tcos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libopensc/pkcs15-tcos.c b/src/libopensc/pkcs15-tcos.c index 95aed288..cc811cec 100644 --- a/src/libopensc/pkcs15-tcos.c +++ b/src/libopensc/pkcs15-tcos.c @@ -38,12 +38,12 @@ set_string(char **strp, const char *value) int sc_pkcs15emu_tcos_init_ex(sc_pkcs15_card_t *p15card, sc_pkcs15emu_opt_t *opts) { static const struct { - char *card, *manufacturer; + const char *card, *manufacturer; } cardlist[]={ {"Netkey E4 Card", "TeleSec GmbH"}, {"SignTrust Card", "Deutsche Post"}, {"Smartkey Card", "Kobil GmbH"}, - {"UniCard Giessen", "Kobil GmbH"} + {"Chipkarte JLU Giessen ", "Kobil GmbH"} }; static const struct { int type, id, writable;