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

Comparing deliantra/server/server/init.C (file contents):
Revision 1.43 by root, Tue Mar 6 14:01:11 2007 UTC vs.
Revision 1.44 by root, Sun Mar 18 03:05:40 2007 UTC

542 *cp++ = 0; 542 *cp++ = 0;
543 has_val = 1; 543 has_val = 1;
544 } 544 }
545 else 545 else
546 { 546 {
547 cp = ""; 547 cp = (char *)"";
548 has_val = 0; 548 has_val = 0;
549 } 549 }
550 550
551 if (!strcasecmp (buf, "motd")) 551 if (!strcasecmp (buf, "motd"))
552 { 552 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines