mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 08:11:58 +00:00
win32: drop incorrect const
ness
This commit is contained in:
parent
c4d23928c3
commit
0d9a39eaf5
@ -36,7 +36,7 @@ void assert_name_too_long(void)
|
||||
{
|
||||
const git_error *err;
|
||||
size_t expected_len, actual_len;
|
||||
const char *expected_msg;
|
||||
char *expected_msg;
|
||||
|
||||
err = giterr_last();
|
||||
actual_len = strlen(err->message);
|
||||
|
Loading…
Reference in New Issue
Block a user