To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96816
------- Additional comments from [email protected] Fri Jan 16 08:50:34 +0000 2009 ------- Code like this causes the warning: fprintf(stderr, e.message.getStr()); This is imho wrong, my suggestion: fprintf(stderr, "%s", e.message.getStr()); or fprint(stderr, e.message.getStr()); --------------------------------------------------------------------- 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]
