ICU-770 Use the invariant converter

X-SVN-Rev: 5677
This commit is contained in:
George Rhoten 2001-09-01 01:13:50 +00:00
parent 5ff4979a62
commit 28772efa7b

View file

@ -712,7 +712,7 @@ int32_t Calendar::stringToDayNumber(const UnicodeString& string, UErrorCode& sta
}
char *end;
string.extract(0, len, number);
string.extract(0, len, number, "");
number[len] = 0;
int32_t value = (int32_t)strtol(number, &end, 10); // Radix 10