summaryrefslogtreecommitdiff
path: root/sal/osl/os2/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/file.cxx')
-rw-r--r--sal/osl/os2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/os2/file.cxx b/sal/osl/os2/file.cxx
index 4a67b10fea23..464e65a03d0e 100644
--- a/sal/osl/os2/file.cxx
+++ b/sal/osl/os2/file.cxx
@@ -1948,7 +1948,7 @@ oslFileError SAL_CALL osl_createDirectoryPath(
oslFileError osl_getCanonicalName( rtl_uString* ustrFileURL, rtl_uString** pustrValidURL )
{
- OSL_ENSURE(sal_False, "osl_getCanonicalName not implemented");
+ OSL_FAIL("osl_getCanonicalName not implemented");
rtl_uString_newFromString(pustrValidURL, ustrFileURL);
return osl_File_E_None;