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.70 by root, Sun Nov 4 02:20:11 2012 UTC vs.
Revision 1.71 by root, Fri Nov 9 00:11:49 2012 UTC

58 if (!d) 58 if (!d)
59 return; // doh 59 return; // doh
60 60
61 client::ixsend ix; 61 client::ixsend ix;
62 62
63 ix.pri = pri; 63 ix.pri = pri;
64 ix.idx = idx; 64 ix.idx = idx;
65 ix.ofs = d->data.size (); 65 ix.ofs = d->data.size ();
66 ix.data = d->data;
66 67
67 auto (pos, ns->ixface.end ()); 68 auto (pos, ns->ixface.end ());
68 69
69 // the by far most common case will be to insert 70 // the by far most common case will be to insert
70 // near the end, so little looping. 71 // near the end, so little looping.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines