minisatip.c: In function ‘ssdp_notify’:
minisatip.c:1615:28: warning: ‘%s’ directive writing up to 49 bytes into a region of size 43 [-Wformat-overflow=]
1615 | sprintf(nt[1], "::uuid:%s", uuid);
| ^~ ~~~~
minisatip.c:1615:5: note: ‘sprintf’ output between 8 and 57 bytes into a destination of size 50
1615 | sprintf(nt[1], "::uuid:%s", uuid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Eliminates this compiling warning: