~ubuntu-branches/ubuntu/karmic/pcsc-lite/karmic-updates

« back to all changes in this revision

Viewing changes to src/tokenparser.c

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2006-10-14 00:35:01 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061014003501-thwa8ydzqnapajn1
Tags: 1.3.2-3
* urgency high to correct a RC bug
* debian/pcscd.init: really commit a local patch that should already be in
  1.3.2-2.  Closes: #392357 "fails to stop; postinst goes into infinite
  loop"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1019
1019
 
1020
1020
                /* Read in more data. */
1021
1021
                YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1022
 
                        (yy_n_chars), num_to_read );
 
1022
                        (yy_n_chars), (size_t) num_to_read );
1023
1023
 
1024
1024
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1025
1025
                }