diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-26 10:32:31 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-26 10:35:54 +0100 |
commit | 1d0fa44ad10f9de318950d87e36796c16c241e23 (patch) | |
tree | c9843585e08f46df14fbbe740a54f962ff1bf8d7 /sal | |
parent | 0584cb3e42875ba2f8a75d0076c97492671083d9 (diff) |
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file_url.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx index fb837821cfe0..75e9b98f0595 100644 --- a/sal/osl/w32/file_url.cxx +++ b/sal/osl/w32/file_url.cxx @@ -898,7 +898,7 @@ oslFileError _osl_getFileURLFromSystemPath( rtl_uString* strPath, rtl_uString** break; default: - OSL_ASSERT( "Unexpected long path format!" ); + OSL_FAIL( "Unexpected long path format!" ); rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); break; } |