mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
* Publish server info in mDNS in addition to sinks/sources
* Split off address parser * Add port= argument to module-zeroconf-publish git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@324 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bc5b917f93
commit
99e0779b51
7 changed files with 242 additions and 94 deletions
|
|
@ -880,7 +880,7 @@ int pa_atoi(const char *s, int32_t *ret_i) {
|
|||
|
||||
l = strtol(s, &x, 0);
|
||||
|
||||
if (x || *x)
|
||||
if (!x || *x)
|
||||
return -1;
|
||||
|
||||
*ret_i = (int32_t) l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue