Fix another printf related warning

pull/319/head
Nils Maier 2014-12-13 17:31:26 +01:00
parent ff2a630efe
commit e0812d5ad1
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ void showFiles
} else
#endif // ENABLE_METALINK
{
printf(MSG_NOT_TORRENT_METALINK);
printf("\n\n");
printf("%s\n\n", MSG_NOT_TORRENT_METALINK);
}
} catch(RecoverableException& e) {
global::cout()->printf("%s\n", e.stackTrace().c_str());