Changeset 3023

Show
Ignore:
Timestamp:
09/24/06 12:50:41 (2 years ago)
Author:
nils
Message:

keep index and count parameters

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/sc.c

    r3002 r3023  
    286286        tpath.len  = p1->len + p2->len; 
    287287        tpath.type = SC_PATH_TYPE_PATH; 
     288        /* use 'index' and 'count' entry of the second path object */ 
     289        tpath.index = p2->index; 
     290        tpath.count = p2->count; 
    288291 
    289292        *d = tpath;