mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 15:07:23 +00:00
Fixed placement of pointer argument.
This commit is contained in:
parent
98e3b29895
commit
951d06e4e9
@ -314,7 +314,7 @@ int gitfo_dirent(
|
|||||||
|
|
||||||
#ifdef GIT_WIN32
|
#ifdef GIT_WIN32
|
||||||
|
|
||||||
static int is_windows_rooted_path(const char* path)
|
static int is_windows_rooted_path(const char *path)
|
||||||
{
|
{
|
||||||
/* Does the root of the path look like a windows drive ? */
|
/* Does the root of the path look like a windows drive ? */
|
||||||
if (isalpha(path[0]) && (path[1] == ':'))
|
if (isalpha(path[0]) && (path[1] == ':'))
|
||||||
|
Loading…
Reference in New Issue
Block a user