mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:17:22 +03:00
CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value
The time field in the curl_fileinfo struct will always be zero. No code was ever implemented to actually convert the date string to a time_t. Fixes #3829 Closes #3835
This commit is contained in:
parent
0c56faf43d
commit
28f38da506
2 changed files with 29 additions and 2 deletions
|
|
@ -290,7 +290,7 @@ typedef enum {
|
|||
struct curl_fileinfo {
|
||||
char *filename;
|
||||
curlfiletype filetype;
|
||||
time_t time;
|
||||
time_t time; /* always zero! */
|
||||
unsigned int perm;
|
||||
int uid;
|
||||
int gid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue