Commit 817d1735 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make the backup variable of the same kind as the data it backups! ;-)

parent 88e226c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ struct HTTP {
    curl_read_callback fread; /* backup storage for fread pointer */
    void *fread_in;           /* backup storage for fread_in pointer */
    char *postdata;
    int postsize;
    size_t postsize;
  } backup;

  enum {