mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3499 Oops. Last change was a mistake.
X-SVN-Rev: 14991
This commit is contained in:
parent
bc8664b12b
commit
7f47730a47
1 changed files with 4 additions and 0 deletions
|
@ -812,6 +812,9 @@ u_scanf_scanset_handler(UFILE *input,
|
|||
UChar *alias, *limit;
|
||||
|
||||
|
||||
/* fill the input's internal buffer */
|
||||
ufile_fill_uchar_buffer(input);
|
||||
|
||||
/* Create an empty set */
|
||||
scanset = uset_open(0, -1);
|
||||
|
||||
|
@ -834,6 +837,7 @@ u_scanf_scanset_handler(UFILE *input,
|
|||
|
||||
/* verify that the parse was successful */
|
||||
if (U_SUCCESS(status)) {
|
||||
c=0;
|
||||
|
||||
/* grab characters one at a time and make sure they are in the scanset */
|
||||
while(alias < limit) {
|
||||
|
|
Loading…
Add table
Reference in a new issue