]> granicus.if.org Git - transmission/commit
don't use the nonportable comma formatter in remote.c's printf statements. (that...
authorCharles Kerr <charles@transmissionbt.com>
Thu, 23 Dec 2010 19:04:44 +0000 (19:04 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 23 Dec 2010 19:04:44 +0000 (19:04 +0000)
commit70c634878e4bcf1fdd0e4b9f7c69ce35f39099fb
tree1594ff1b5b815bbd781d8826a048619d573f3093
parent96cbfa635bbf73459c1fd00905a9bbb3d2f5a125
don't use the nonportable comma formatter in remote.c's printf statements.  (that is, use %d instead of %'d)
daemon/remote.c