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





------- Additional comments from [EMAIL PROTECTED] Tue Jan 22 07:56:31 +0000 
2008 -------
The point is that the input to the function is a *list* of pathnames in Cygwin
form. slist_rest is initialised to the length required by all the pathnames
concatenated, separated by spaces.

In the loop each pathname from the list is converted to Windows form. len is set
to the length of the converted pathname. To check if the length of the current
pathname was increased by the conversion, it is pointless to compare len against
slen_rest, which is the length of the concatenation of the original pathnames.
One needs to compare to the original length of the current pathname, i.e. 
cell->len.


---------------------------------------------------------------------
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]

Reply via email to