From 7820b180f1e0e2ff89068d7cf71d30eba9324c6a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 24 Oct 2003 11:11:28 +0000 Subject: [PATCH] made it work on linux, also committed a makefile that'll have to do until I get the Jamfile to work. --- examples/client_test.cpp | 3 ++- include/libtorrent/torrent_info.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 51df51a30..83cf1a392 100755 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -66,7 +66,8 @@ int main(int argc, char* argv[]) if (argc < 2) { - std::cerr << "usage: torrent torrent-files ...\n"; + std::cerr << "usage: torrent torrent-files ...\n" + "to stop the client, type a number and press enter.\n"; return 1; } diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 01562a446..08a79b86b 100755 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -154,3 +154,4 @@ namespace libtorrent } #endif // TORRENT_TORRENT_INFO_HPP_INCLUDED +