mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-10 16:00:04 +00:00
Switch description and path reporting
This commit is contained in:
parent
a6d7e16634
commit
3d997dc255
@ -471,7 +471,7 @@ void clar__assert_equal_file(
|
||||
buf, sizeof(buf), "file content mismatch at byte %d",
|
||||
(int)(total_bytes + pos));
|
||||
p_close(fd);
|
||||
clar__fail(file, line, buf, path, 1);
|
||||
clar__fail(file, line, path, buf, 1);
|
||||
}
|
||||
|
||||
expected_data += bytes;
|
||||
|
Loading…
Reference in New Issue
Block a user