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

Comparing deliantra/server/socket/image.C (file contents):
Revision 1.21 by root, Fri Feb 16 22:33:46 2007 UTC vs.
Revision 1.22 by pippijn, Thu Mar 1 12:28:17 2007 UTC

441 */ 441 */
442void 442void
443send_image_sums (client *ns, char *params) 443send_image_sums (client *ns, char *params)
444{ 444{
445 int start, stop; 445 int start, stop;
446 char *cp, buf[MAX_BUF]; 446 char *cp;
447 447
448 packet sl; 448 packet sl;
449 449
450 start = atoi (params); 450 start = atoi (params);
451 for (cp = params; *cp != '\0'; cp++) 451 for (cp = params; *cp != '\0'; cp++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines