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

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.90 by root, Sat Dec 31 06:18:02 2011 UTC vs.
Revision 1.91 by root, Tue Jan 3 11:23:42 2012 UTC

245 245
246 packet sl ("ix"); 246 packet sl ("ix");
247 247
248 sl << ber32 (ix.idx) 248 sl << ber32 (ix.idx)
249 << ber32 (ix.ofs) 249 << ber32 (ix.ofs)
250 << data (d->data.data () + ix.ofs, chunk); 250 << data (d->data + ix.ofs, chunk);
251 251
252 send_packet (sl); 252 send_packet (sl);
253 } 253 }
254 else 254 else
255 ix.ofs = 0; 255 ix.ofs = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines