Fixed paths in patch.
This commit is contained in:
parent
3f2f01c6c2
commit
c9e590e806
@ -1,7 +1,7 @@
|
|||||||
diff --git "a/D:\\_Sandbox\\curl\\curl-src\\src\\tool_parsecfg.c.orig" "b/D:\\_Sandbox\\curl\\curl-src\\src\\tool_parsecfg.c"
|
diff --git "a/D:\\_Sandbox\\curl\\curl-src\\src\\tool_parsecfg.c.orig" "b/D:\\_Sandbox\\curl\\curl-src\\src\\tool_parsecfg.c"
|
||||||
index d26774f..e0b97c1 100644
|
index d26774f..e0b97c1 100644
|
||||||
--- "a/D:\\_Sandbox\\curl\\curl-src\\src\\tool_parsecfg.c.orig"
|
--- "a/src/tool_parsecfg.c"
|
||||||
+++ "b/D:\\_Sandbox\\curl\\curl-src\\src\\tool_parsecfg.c"
|
+++ "b/src/tool_parsecfg.c"
|
||||||
@@ -47,28 +47,34 @@ static bool my_get_line(FILE *fp, struct curlx_dynbuf *, bool *error);
|
@@ -47,28 +47,34 @@ static bool my_get_line(FILE *fp, struct curlx_dynbuf *, bool *error);
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
static FILE *execpath(const char *filename)
|
static FILE *execpath(const char *filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user