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.58 by root, Thu Jul 5 10:34:08 2007 UTC vs.
Revision 1.59 by root, Fri Jul 6 03:52:51 2007 UTC

211 211
212 if (chunk <= 0) 212 if (chunk <= 0)
213 break; 213 break;
214 214
215 ix.ofs -= chunk; 215 ix.ofs -= chunk;
216
217 //fprintf (stderr, "i%dx %6d: %5d+%4d (%4d)\n", fxix, ix.idx,ix.ofs,chunk, ixface.size());//D
216 218
217 packet sl ("ix"); 219 packet sl ("ix");
218 220
219 sl << ber32 (ix.idx) 221 sl << ber32 (ix.idx)
220 << ber32 (ix.ofs) 222 << ber32 (ix.ofs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines