Kaydet (Commit) 7b5912ea authored tarafından Andrea Pescetti's avatar Andrea Pescetti

#i125194# Fix RC2 issue by changing approach.

Patch by: Giuseppe Castagno
üst 56e6856d
...@@ -89,7 +89,7 @@ static const struct osl_file_error_entry errtable[] = { ...@@ -89,7 +89,7 @@ static const struct osl_file_error_entry errtable[] = {
{ ERROR_NOT_ENOUGH_QUOTA, osl_File_E_NOMEM }, /* 1816 */ { ERROR_NOT_ENOUGH_QUOTA, osl_File_E_NOMEM }, /* 1816 */
{ ERROR_CANT_ACCESS_FILE, osl_File_E_ACCES }, /* 1920 */ { ERROR_CANT_ACCESS_FILE, osl_File_E_ACCES }, /* 1920 */
{ ERROR_UNEXP_NET_ERR, osl_File_E_NETWORK }, /* 59 */ { ERROR_UNEXP_NET_ERR, osl_File_E_NETWORK }, /* 59 */
{ ERROR_FILE_CHECKED_OUT, osl_File_E_LOCKED }, /* 220 The file is locked or checked out by another user. */ { ERROR_FILE_CHECKED_OUT, osl_File_E_ACCES }, /* 220 The file is locked or checked out by another user. */
{ ERROR_INVALID_NAME, osl_File_E_NOENT } /* 123 One or more of the names composing the file path has a wrong syntax. */ { ERROR_INVALID_NAME, osl_File_E_NOENT } /* 123 One or more of the names composing the file path has a wrong syntax. */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment