Changeset 3023
- Timestamp:
- 09/24/06 12:50:41 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/libopensc/sc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libopensc/sc.c
r3002 r3023 286 286 tpath.len = p1->len + p2->len; 287 287 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; 288 291 289 292 *d = tpath;
