To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99833


User mav changed the following:

                What    |Old value                 |New value
================================================================================
                Priority|P3                        |P5
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Thu Mar  5 11:11:49 +0000 
2009 -------
@sb: Thank you for the investigation, 'svn annotate' has confused me. Indeed,
the approach looks to be there from the very beginning of ucb, it was moved from
chaos project.

The ftruncate() call here looks to be for the case when the target file can be
overwritten. In this case the target file is not truncated before writing.
Instead, the new information is written and afterwards the expected size is set
to throw away the rest of old data ( in case the old file was bigger that the
new version ). It does not look to be really necessary for the new file 
insertion.

Anyway, ftruncate() is a very important functionality, and must be supported.
The current implementation is partially based on this call. If an operational
system does not support it completely, some office functionalities would not 
work.

Changing the priority accordingly. The bug is not about not using ftruncate at
all, the bug is about not using it in case of new file creation without 
overwriting.



---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to