Changeset 14336 for trunk/libtransmission/announcer-http.c
- Timestamp:
- Sep 21, 2014, 6:05:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer-http.c
r14241 r14336 10 10 #include <limits.h> /* USHRT_MAX */ 11 11 #include <stdio.h> /* fprintf () */ 12 #include <stdlib.h> /* getenv () */13 12 #include <string.h> /* strchr (), memcmp (), memcpy () */ 14 13 … … 212 211 const bool variant_loaded = !tr_variantFromBenc (&benc, msg, msglen); 213 212 214 if ( getenv ("TR_CURL_VERBOSE") != NULL)213 if (tr_env_key_exists ("TR_CURL_VERBOSE")) 215 214 { 216 215 if (!variant_loaded) … … 367 366 const bool variant_loaded = !tr_variantFromBenc (&top, msg, msglen); 368 367 369 if ( getenv ("TR_CURL_VERBOSE") != NULL)368 if (tr_env_key_exists ("TR_CURL_VERBOSE")) 370 369 { 371 370 if (!variant_loaded)
Note: See TracChangeset
for help on using the changeset viewer.