diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-24 16:44:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-24 21:35:00 +0200 |
commit | 2175e21fb94ecb9a266b656c0efa9f7197072006 (patch) | |
tree | b12972e120a9c5bc8d8a069f565b17111d489e93 /sal | |
parent | 8b589f50f29031a1e93fc040646f917a7fff7bda (diff) |
Bin incorrect claim in comment
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file_misc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/unx/file_misc.cxx b/sal/osl/unx/file_misc.cxx index 06bb72b80e20..52e73cb188c6 100644 --- a/sal/osl/unx/file_misc.cxx +++ b/sal/osl/unx/file_misc.cxx @@ -914,7 +914,6 @@ static oslFileError oslDoCopy(const sal_Char* pszSourceFileName, const sal_Char* /* Quick fix for #106048, the whole copy file function seems to be erroneous anyway and needs to be rewritten. - Besides osl_copyFile is currently not used from OO/SO code. */ memset(pszTmpDestFile, 0, size_tmp_dest_buff); |