Changeset 4940
- Timestamp:
- Feb 7, 2008, 12:36:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0x/gtk/tr_prefs.c
r4864 r4940 228 228 229 229 g_usleep( G_USEC_PER_SEC * 3 ); /* give portmapping time to kick in */ 230 snprintf( url, sizeof(url), "http:// www.transmissionbt.com/PortCheck.php?port=%d", port );230 snprintf( url, sizeof(url), "http://portcheck.transmissionbt.com/%d", port ); 231 231 text = miniwget( url, &size ); 232 232 /*g_message(" got len %d, [%*.*s]", size, size, size, text );*/
Note: See TracChangeset
for help on using the changeset viewer.