Changeset 9073
- Timestamp:
- Sep 8, 2009, 8:01:12 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r9047 r9073 321 321 if test "x$enable_nls" = "xyes" ; then 322 322 use_nls=yes 323 IT_PROG_INTLTOOL([0. 40.0],[no-xml])323 IT_PROG_INTLTOOL([0.35.0],[no-xml]) 324 324 AC_CHECK_HEADERS([libintl.h]) 325 325 GETTEXT_PACKAGE=transmission -
trunk/libtransmission/peer-mgr.c
r9024 r9073 453 453 m->session = session; 454 454 m->incomingHandshakes = TR_PTR_ARRAY_INIT; 455 fprintf( stderr, "sizeof(tr_pex) is %d\n", (int)sizeof(tr_pex) ); 455 456 return m; 456 457 } -
trunk/libtransmission/session.c
r8967 r9073 583 583 struct init_data data; 584 584 585 fprintf( stderr, "sizeof(tr_address) is %d\n", (int)sizeof(tr_address) ); 586 585 587 assert( tr_bencIsDict( clientSettings ) ); 586 588
Note: See TracChangeset
for help on using the changeset viewer.