Fix for UpnpPrintf() in Chandra Penke's last commit.
src/ssdp/ssdp_ctrlpt.c: In function ‘SearchByTarget’: src/ssdp/ssdp_ctrlpt.c:634: warning: format ‘%s’ expects type ‘char *’, but argument 6 has type ‘int’ (cherry picked from commit 92b241b56023b141d65cc84135886e18584792bc)
This commit is contained in:
parent
019c57eee0
commit
0833b880d4
@ -634,7 +634,7 @@ int SearchByTarget(
|
||||
while (NumCopy < NUM_SSDP_COPY) {
|
||||
UpnpPrintf( UPNP_INFO, SSDP, __FILE__, __LINE__,
|
||||
">>> SSDP SEND M-SEARCH >>>\n%s\n",
|
||||
*ReqBufv6 );
|
||||
ReqBufv6);
|
||||
sendto(gSsdpReqSocket6,
|
||||
ReqBufv6, strlen(ReqBufv6), 0,
|
||||
(struct sockaddr *)&__ss_v6,
|
||||
|
Loading…
x
Reference in New Issue
Block a user