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.150 by root, Mon Oct 12 14:00:59 2009 UTC vs.
Revision 1.151 by root, Tue Oct 13 18:22:44 2009 UTC

484 return; 484 return;
485 485
486 buf++; 486 buf++;
487 } 487 }
488 488
489 execute_newserver_command (pl->ob, (char *) buf); 489 execute_newserver_command (pl->ob, (char *)buf);
490 490
491 /* Perhaps something better should be done with a left over count. 491 /* Perhaps something better should be done with a left over count.
492 * Cleaning up the input should probably be done first - all actions 492 * Cleaning up the input should probably be done first - all actions
493 * for the command that issued the count should be done before any other 493 * for the command that issued the count should be done before any other
494 * commands. 494 * commands.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines