To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60372
------- Additional comments from [EMAIL PROTECTED] Mon Feb 20 05:48:35 -0800
2006 -------
LONG_MAX is 0x7fffffffffffffffL on 64bit Linux, and:
$ cat main.c
void main( void )
{
int d = 0x7fffffffffffffffL;
printf( "%d\n", d );
}
$ ./main
-1
So, when you assign LONG_MAX to sal_Int32, you get -1.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]