fix build issue out of recent changes of exported functions

This commit is contained in:
Arvid Norberg
2015-03-16 04:38:28 +00:00
parent bbcfeeab8d
commit 1b07ec491d
9 changed files with 115 additions and 51 deletions

View File

@@ -284,7 +284,7 @@ void test_transfer(settings_pack const& sett)
}
TEST_CHECK(resume_data.size());
fprintf(stderr, "%s\n", resume_data.data());
fprintf(stderr, "%s\n", &resume_data[0]);
ses2.remove_torrent(tor2);