mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Fix typo in last windows patch
svn:r2580
This commit is contained in:
parent
5d53828c57
commit
04ca660b2a
@ -554,7 +554,7 @@ static char *get_windows_conf_root(void)
|
|||||||
if (!SUCCEEDED(result)) {
|
if (!SUCCEEDED(result)) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
strlcat(p,"\\tor",MAX_PATH);
|
strlcat(path,"\\tor",MAX_PATH);
|
||||||
is_set = 1;
|
is_set = 1;
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user