Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d9a39e

Browse files
author
Edward Thomson
committed
win32: drop incorrect constness
1 parent c4d2392 commit 0d9a39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/win32/longpath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void assert_name_too_long(void)
3636
{
3737
const git_error *err;
3838
size_t expected_len, actual_len;
39-
const char *expected_msg;
39+
char *expected_msg;
4040

4141
err = giterr_last();
4242
actual_len = strlen(err->message);

0 commit comments

Comments
 (0)