Introduce THISORNUL macro.

This commit is contained in:
Justin Maggard
2014-04-07 10:29:56 -07:00
parent e3792ad8da
commit 6e43ab3c06
4 changed files with 7 additions and 6 deletions

View File

@ -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] : ""),