ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.118 by root, Sun Jan 29 00:09:31 2017 UTC vs.
Revision 1.119 by root, Sun Jan 29 02:47:04 2017 UTC

364 statementvar (client *, var, clients [_i]) 364 statementvar (client *, var, clients [_i])
365 365
366// returns true when the message needs special (read: perl) treatment 366// returns true when the message needs special (read: perl) treatment
367static inline bool 367static inline bool
368msg_is_special (const_any_string msg, bool nl_special = true) 368msg_is_special (const_any_string msg, bool nl_special = true)
369{ 369{
370 return msg [strcspn (msg, nl_special ? "<&\n" : "<&")]; 370 return msg [strcspn (msg, nl_special ? "<&\n" : "<&")];
371} 371}
372 372
373#endif 373#endif
374 374

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines