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.95 by root, Fri Nov 9 00:11:49 2012 UTC vs.
Revision 1.96 by root, Sun Nov 11 04:29:11 2012 UTC

246 246
247 packet sl ("ix"); 247 packet sl ("ix");
248 248
249 sl << ber32 (ix.idx) 249 sl << ber32 (ix.idx)
250 << ber32 (ix.ofs) 250 << ber32 (ix.ofs)
251 << data (ix.data.data + ix.ofs, chunk); 251 << data (ix.data + ix.ofs, chunk);
252 252
253 send_packet (sl); 253 send_packet (sl);
254 254
255 if (!ix.ofs) 255 if (!ix.ofs)
256 { 256 {
257 ixface.pop_back (); 257 ix_pop ();
258 258
259 if (ixface.empty ()) 259 if (ixface.empty ())
260 break; 260 break;
261 } 261 }
262 } 262 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines