Fixed copy-paste error in 116256b519b5.

This commit is contained in:
Asher Baker 2013-05-16 14:58:14 +01:00
parent 56737ac523
commit efabf18162

View File

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