mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Repair some typos
This commit is contained in:
parent
5815ec6f3e
commit
7b90e3b942
3 changed files with 6 additions and 6 deletions
|
|
@ -522,7 +522,7 @@ pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, pa_bool_t use_
|
|||
if (!host)
|
||||
goto finish;
|
||||
|
||||
pa_zero(sa);
|
||||
pa_zero(s);
|
||||
s.sin_family = AF_INET;
|
||||
memcpy(&s.sin_addr, host->h_addr, sizeof(struct in_addr));
|
||||
s.sin_port = htons(a.port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue