Commit 0d9a39ea by Edward Thomson

win32: drop incorrect `const`ness

parent c4d23928
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment