mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 23:20:06 +02:00
a couple of minor changes
This commit is contained in:
@@ -250,7 +250,6 @@ bool strToFloat (const char* pStr, F& result, char& eu = Impl::DUMMY_EXP_UNDERFL
|
||||
char numSign = 1, expSign = 1;
|
||||
char state = STATE_LEADING_SPACES;
|
||||
F mantissa = 0.0, exponent = 0.0, pow10 = 1.0;
|
||||
int powCnt = 0;
|
||||
|
||||
result = 0.0;
|
||||
eu = 0;
|
||||
|
Reference in New Issue
Block a user