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.80 by root, Sun Jul 27 05:33:52 2008 UTC vs.
Revision 1.81 by root, Mon Sep 8 11:27:25 2008 UTC

413 413
414// returns true when the message needs special (read: perl) treatment 414// returns true when the message needs special (read: perl) treatment
415static inline bool 415static inline bool
416msg_is_special (const char *msg, bool nl_special = true) 416msg_is_special (const char *msg, bool nl_special = true)
417{ 417{
418 return msg [strcspn (msg, nl_special ? "<[&\n" : "<[&")]; 418 return msg [strcspn (msg, nl_special ? "<&\n" : "<&")];
419} 419}
420 420
421#endif 421#endif
422 422

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines