Skip to content

Commit

Permalink
Fix Win compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed May 29, 2023
1 parent cc7f199 commit 208c3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cs_account.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ int CLIENT_STATE::add_project(
if (strlen(email_addr)) {
md5_block(
(unsigned char*)email_addr,
strlen(email_addr),
(int)strlen(email_addr),
project->email_hash
);
}
Expand Down

0 comments on commit 208c3b5

Please sign in to comment.