Fix typo in last windows patch

svn:r2580
This commit is contained in:
Nick Mathewson 2004-10-24 00:58:29 +00:00
parent 5d53828c57
commit 04ca660b2a

View File

@ -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;
}