updated build system
This commit is contained in:
		| @@ -1347,9 +1347,8 @@ auto remote_server::winfsp_open( | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   auto ret = | ||||
|       static_cast<packet::error_type>(utils::static_cast<packet::error_type>( | ||||
|           unix_error_to_windows((res < 0)) ? errno : 0)); | ||||
|   auto ret = static_cast<packet::error_type>( | ||||
|       utils::unix_error_to_windows((res < 0) ? errno : 0)); | ||||
|   RAISE_REMOTE_FUSE_SERVER_EVENT(function_name, file_path, ret); | ||||
|   return ret; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user