Changeset 13847 for trunk/libtransmission/tr-lpd.c
- Timestamp:
- Jan 23, 2013, 4:28:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tr-lpd.c
r13625 r13847 226 226 227 227 /* compose the string token to search for */ 228 snprintf (sstr, maxLength, CRLF "%s: ", name);228 tr_snprintf (sstr, maxLength, CRLF "%s: ", name); 229 229 230 230 pos = strstr (str, sstr); … … 455 455 456 456 /* prepare a zero-terminated announce message */ 457 snprintf (query, lpd_maxDatagramLength + 1, fmt, 1, 1,458 lpd_mcastGroup, lpd_mcastPort, lpd_port, hashString);457 tr_snprintf (query, lpd_maxDatagramLength + 1, fmt, 1, 1, 458 lpd_mcastGroup, lpd_mcastPort, lpd_port, hashString); 459 459 460 460 /* actually send the query out using [lpd_socket2] */
Note: See TracChangeset
for help on using the changeset viewer.