Show
Ignore:
Timestamp:
04/28/08 09:57:03 (7 months ago)
Author:
ludovic.rousseau
Message:

convert C++ in C comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/card-asepcos.c

    r3277 r3502  
    185185                        if (r != SC_SUCCESS) 
    186186                                return r; 
    187                         tlen += 2 + p[4]; // FIXME 
     187                        tlen += 2 + p[4]; /* FIXME */ 
    188188                } else if (p[3] == 0xAF && len >= 4U + p[4]) { 
    189189                        /* TODO: support AND expressions */ 
     
    191191                        if (r != SC_SUCCESS) 
    192192                                return r; 
    193                         tlen += 2 + p[4];       // FIXME 
     193                        tlen += 2 + p[4];       /* FIXME */ 
    194194                } else { 
    195195                        sc_error(card->ctx, "invalid security condition");