diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2018-12-27 13:47:34 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-22 22:30:35 +0000 |
| commit | f673e232afe22eb865cdc915e55a2df6493f0fbb (patch) | |
| tree | e79e3e6fb1e1d78367679aea75e66c8141b4daa8 /tests/win32 | |
| parent | 647dfdb42d06514a85c1499f1be88a32b8a4c24b (diff) | |
| download | libgit2-f673e232afe22eb865cdc915e55a2df6493f0fbb.tar.gz | |
git_error: use new names in internal APIs and usage
Move to the `git_error` name in the internal API for error-related
functions.
Diffstat (limited to 'tests/win32')
| -rw-r--r-- | tests/win32/longpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/win32/longpath.c b/tests/win32/longpath.c index f5a95346b..bf5aac724 100644 --- a/tests/win32/longpath.c +++ b/tests/win32/longpath.c @@ -38,7 +38,7 @@ void assert_name_too_long(void) size_t expected_len, actual_len; char *expected_msg; - err = giterr_last(); + err = git_error_last(); actual_len = strlen(err->message); expected_msg = git_win32_get_error_message(ERROR_FILENAME_EXCED_RANGE); |
