mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 20:14:44 +00:00
clar-helpers: Oops, grab pointer
This commit is contained in:
parent
19c044a17d
commit
9a50026b19
@ -249,7 +249,7 @@ const char* cl_git_path_url(const char *path)
|
|||||||
* *nix: file:///usr/home/...
|
* *nix: file:///usr/home/...
|
||||||
* Windows: file:///C:/Users/...
|
* Windows: file:///C:/Users/...
|
||||||
*/
|
*/
|
||||||
cl_git_pass(git_buf_putc(url_buf, '/'));
|
cl_git_pass(git_buf_putc(&url_buf, '/'));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
in_buf = git_buf_cstr(&path_buf);
|
in_buf = git_buf_cstr(&path_buf);
|
||||||
|
Loading…
Reference in New Issue
Block a user