Commit 85631150 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed 'storefread' to not make a warning

parent 3654bd1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ struct HTTP {

  /* For FORM posting */
  struct Form form;
  size_t (*storefread)(char *, size_t , size_t , FILE *);
  curl_read_callback storefread;
  FILE *in;

  struct Curl_chunker chunk;