From 041b46f52c8d050b1288f74a55807c679f2cd11d Mon Sep 17 00:00:00 2001 From: okir Date: Tue, 11 Jun 2002 18:17:16 +0000 Subject: [PATCH] - corrected info output for Linear variable TLV EFs git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@646 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/opensc-explorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/opensc-explorer.c b/src/tools/opensc-explorer.c index 94441ecd..4739bdde 100644 --- a/src/tools/opensc-explorer.c +++ b/src/tools/opensc-explorer.c @@ -436,7 +436,7 @@ int do_info(int argc, char **argv) const char *structs[] = { "Unknown", "Transparent", "Linear fixed", "Linear fixed, SIMPLE-TLV", "Linear variable", - "Cyclic", "Cyclic, SIMPLE-TLV", + "Linear variable TLV", "Cyclic, SIMPLE-TLV", }; const char *ops[] = { "READ", "UPDATE", "WRITE", "ERASE", "REHABILITATE",