To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105851 Issue #|105851 Summary|svtools: arguments to memset are the wrong way around Component|framework Version|DEV300m61 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cd Reported by|cmc
------- Additional comments from [email protected] Tue Oct 13 08:43:45 +0000 2009 ------- i.e. memset( pTarget, sizeof(NUMTYPE)*nTargetSize, 0 ); should have been memset( pTarget, 0, sizeof(NUMTYPE)*nTargetSize ); --------------------------------------------------------------------- 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]
