Skip to content
Snippets Groups Projects
Commit 04ca660b authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix typo in last windows patch

svn:r2580
parent 5d53828c
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,7 @@ static char *get_windows_conf_root(void)
if (!SUCCEEDED(result)) {
return NULL;
}
strlcat(p,"\\tor",MAX_PATH);
strlcat(path,"\\tor",MAX_PATH);
is_set = 1;
return path;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment