Revision 274
| trunk/cardbox/cardreader.c (revision 274) | ||
|---|---|---|
| 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