Re: [opensc-devel] MuscleCard patch...

2006-11-01 Thread Andreas Jellinghaus
Thomas Harning wrote: In working with OpenSC, I found that sc_list_files doesn't return the length of the applicable buffer, but instead the # of files. Here's a patch which fixes my wrong assumption in card-muscle.c ok, commited. thanks! Andreas __

[opensc-devel] MuscleCard patch...

2006-11-01 Thread Thomas Harning
In working with OpenSC, I found that sc_list_files doesn't return the length of the applicable buffer, but instead the # of files. Here's a patch which fixes my wrong assumption in card-muscle.c -- Thomas Harning @ Identity Alliance Index: card-muscle.c ==