Changeset 8780ddb in OpenSC


Ignore:
Timestamp:
06/11/11 07:33:30 (12 months ago)
Author:
Peter Marschall <peter@…>
Branches:
master, staging
Children:
9c9317d
Parents:
9abb398
git-author:
Peter Marschall <peter@…> (06/01/11 19:07:13)
git-committer:
Peter Marschall <peter@…> (06/11/11 07:33:30)
Message:

opensc-tool: no unnecessary spaces around "DF"

Signed-off-by: Peter Marschall <peter@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tools/opensc-tool.c

    r9abb398 r8780ddb  
    333333                break; 
    334334        case SC_FILE_TYPE_DF: 
    335                 tmps = " DF"; 
     335                tmps = "DF"; 
    336336                break; 
    337337        default: 
     
    339339                break; 
    340340        } 
    341         printf("type: %-3s, ", tmps); 
     341        printf("type: %s, ", tmps); 
    342342        if (file->type != SC_FILE_TYPE_DF) { 
    343343                const id2str_t ef_type_name[] = { 
Note: See TracChangeset for help on using the changeset viewer.