Menu

#1398 Compile error with CURL_NO_OLDIES

closed-fixed
nobody
None
5
2014-07-22
2014-07-22
Marcel Raad
No

I'm using libcurl 7.37.1 with CURL_NO_OLDIES defined, which doesn't compile because a deprecated symbol is used in url.c. Patch against current git revision 6f8046f7a4bd3d6edcc53c2eec936105ec424d54 attached.

1 Attachments

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2014-07-22
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2014-07-22

    Thanks, merged! As you're producing great bug reports and patches, can you start making your patches with git commit and then git format-patch instead? It makes them even easier for us to merge them faster!

     
  • Marcel Raad

    Marcel Raad - 2014-07-22

    Of course, I will do that for future patches! As I'm new to git, I didn't know about that option, but I've just found it.