[Windows, clipboard] fix server don't support format to applictioin exit.

See: https://github.com/KangLin/RabbitRemoteControl/issues/31
This commit is contained in:
Kang Lin
2024-12-05 12:42:53 +08:00
parent d38bf5a5e1
commit 8206610852

View File

@@ -1935,7 +1935,7 @@ wf_cliprdr_server_format_list_response(CliprdrClientContext* context,
(void)formatListResponse;
if (formatListResponse->common.msgFlags != CB_RESPONSE_OK)
return E_FAIL;
WLog_WARN(TAG, "format list update failed");
return CHANNEL_RC_OK;
}