ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/request.C
(Generate patch)

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.88 by root, Tue Apr 24 00:42:03 2007 UTC vs.
Revision 1.89 by root, Wed Apr 25 18:47:51 2007 UTC

659 659
660 cp = strchr (cp + 1, ' '); 660 cp = strchr (cp + 1, ' ');
661 661
662 if (cp) 662 if (cp)
663 { 663 {
664 assign (ns->version, cp + 1); 664 ns->version = cp + 1;
665 665
666 if (ns->sc_version < 1026) 666 if (ns->sc_version < 1026)
667 ns->send_packet_printf ("drawinfo %d %s", NDI_RED, 667 ns->send_packet_printf ("drawinfo %d %s", NDI_RED,
668 "**** VERSION WARNING ****\n**** CLIENT IS TOO OLD!! UPDATE THE CLIENT!! ****"); 668 "**** VERSION WARNING ****\n**** CLIENT IS TOO OLD!! UPDATE THE CLIENT!! ****");
669 } 669 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines