Introduce THISORNUL macro.
This commit is contained in:
@ -234,7 +234,7 @@ SendSSDPResponse(int s, struct sockaddr_in sockname, int st_no,
|
||||
(runtime_vars.notify_interval<<1)+10,
|
||||
tmstr,
|
||||
known_service_types[st_no],
|
||||
(st_no>1?"1":""),
|
||||
(st_no > 1 ? "1" : ""),
|
||||
uuidvalue,
|
||||
(st_no > 0 ? "::" : ""),
|
||||
(st_no > 0 ? known_service_types[st_no] : ""),
|
||||
|
Reference in New Issue
Block a user