mirror of
https://github.com/curl/curl.git
synced 2026-08-11 06:00:59 +03:00
parent
246e0d805a
commit
1e4cd51935
1 changed files with 1 additions and 1 deletions
|
|
@ -1227,7 +1227,7 @@ struct CookieInfo *Curl_cookie_init(struct Curl_easy *data,
|
|||
|
||||
if(data) {
|
||||
FILE *fp = NULL;
|
||||
if(file) {
|
||||
if(file && *file) {
|
||||
if(!strcmp(file, "-"))
|
||||
fp = stdin;
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue