Project

General

Profile

Revision 274

Added by Kevin Woo almost 14 years ago

Pass information back and forth between read_card

View differences:

trunk/cardbox/cardreader.c
127 127

  
128 128
            // Stop at the stop sentinal
129 129
            if (cr_dict[byte] == CR_ES) {
130
                *buflen = j-1;
130
                *buflen = j;
131 131
                return 0;
132 132
            }
133 133

  

Also available in: Unified diff