Fixed copy-paste error in 116256b519b5.
This commit is contained in:
parent
56737ac523
commit
efabf18162
@ -25,7 +25,7 @@ bool WebForm::AddFile(const char *name, const char *path)
|
||||
CURLFORM_COPYNAME,
|
||||
name,
|
||||
CURLFORM_FILE,
|
||||
data,
|
||||
path,
|
||||
CURLFORM_END);
|
||||
return lastError == CURL_FORMADD_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user