Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset →
Changeset a3ca3dd
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2024-08-21T10:18:36Z (
3 months
ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Parents:
684aca2
git-author:
Matthew Hague <matthewhague@…> (21-08-24 09:18:11)
git-committer:
Jelmer Vernooij <jelmer@…> (21-08-24 10:18:36)
Message:
Use unsigned integer for DCC IP addr
File:
1 edited
dcc.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
dcc.c
r684aca2
ra3ca3dd
192
192
struct sockaddr_in *saddr_ipv4 = ( struct sockaddr_in *) saddr;
193
193
194
sprintf(ipaddr, "%
d
",
194
sprintf(ipaddr, "%
u
",
195
195
ntohl(saddr_ipv4->sin_addr.s_addr));
196
196
port = saddr_ipv4->sin_port;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive