summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rwxr-xr-xl10ntools/source/help/HelpLinker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index 2c7fa51657e8..036208520ede 100755
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -242,7 +242,7 @@ public:
#ifdef WNT //We need _wfopen to support long file paths on Windows XP
FILE* pFile = _wfopen( rFileName.native_file_string_w(), L"wb" );
#else
- FILE* pFile = fopen( rFileName.native_file_string_w().c_str(), "wb" );
+ FILE* pFile = fopen( rFileName.native_file_string().c_str(), "wb" );
#endif
if( pFile == NULL )
return;