Kaydet (Commit) 175afdcb authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1

Found-by: andrew
Patch-by: Damjan Jovanovic
üst a6849326
...@@ -202,7 +202,7 @@ SbxError ImpScan( const ::rtl::OUString& rWSrc, double& nVal, SbxDataType& rType ...@@ -202,7 +202,7 @@ SbxError ImpScan( const ::rtl::OUString& rWSrc, double& nVal, SbxDataType& rType
case 'H': break; case 'H': break;
default : bRes = sal_False; default : bRes = sal_False;
} }
long l = 0; sal_Int32 l = 0;
int i; int i;
while( isalnum( *p ) ) while( isalnum( *p ) )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment