To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112512 Issue #|112512 Summary|[l10ntools] transex3 crashes if $TEMP not defined Component|tools Version|DEV300m81 Platform|All URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|code Assigned to|ihi Reported by|mst
------- Additional comments from [email protected] Fri Jun 18 13:09:52 +0000 2010 ------- breaks the build on WNT if $TEMP is not defined: l10ntools/source/export2.cxx:706: String sTempDir( Export::GetEnv( "TEMP" ), RTL_TEXTENCODING_ASCII_US ); problems: - GetEnv will return null pointer if the environment variable is not defined, and String ctor crashes. - the standard variable would be $TMPDIR, not $TEMP - sTempDir is not actually used anywhere! --------------------------------------------------------------------- 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]
