Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.74 KB | None | 0 0
  1. diff -ru --strip-trailing-cr 1/include/libtorrent/escape_string.hpp 2/include/libtorrent/escape_string.hpp
  2. --- 1/include/libtorrent/escape_string.hpp  2012-06-09 08:47:00.000000000 +0400
  3. +++ 2/include/libtorrent/escape_string.hpp  2012-08-28 14:05:40.708415400 +0400
  4. @@ -71,7 +71,7 @@
  5.     TORRENT_EXTRA_EXPORT std::string base64decode(std::string const& s);
  6.     // encodes a string using the base32 scheme
  7.     TORRENT_EXTRA_EXPORT std::string base32encode(std::string const& s);
  8. -   TORRENT_EXTRA_EXPORT std::string base32decode(std::string const& s);
  9. +   TORRENT_EXPORT std::string base32decode(std::string const& s);
  10.  
  11.     TORRENT_EXTRA_EXPORT std::string url_has_argument(
  12.         std::string const& url, std::string argument, std::string::size_type* out_pos = 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement