To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71051
User pjanik changed the following:
What |Old value |New value
================================================================================
Assigned to|hjs |pjanik
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Nov 1 01:45:52 -0800
2006 -------
So:
In the output from fstat:
off_t st_size; /* file size, in bytes */
and it is given to read as nbytes:
read(int d, void *buf, size_t nbytes);
size of off_t is 8 (__int64_t)
size of size_t is 4 (unsigned long)
;-)
BUT I wonder why it failed just now, in m191 and not earlier!
---------------------------------------------------------------------
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]