clar-helpers: Oops, grab pointer

This commit is contained in:
Vicent Marti 2012-11-12 15:38:28 -08:00
parent 19c044a17d
commit 9a50026b19

View File

@ -249,7 +249,7 @@ const char* cl_git_path_url(const char *path)
* *nix: file:///usr/home/...
* Windows: file:///C:/Users/...
*/
cl_git_pass(git_buf_putc(url_buf, '/'));
cl_git_pass(git_buf_putc(&url_buf, '/'));
#endif
in_buf = git_buf_cstr(&path_buf);