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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.153 by root, Thu May 17 21:11:01 2007 UTC vs.
Revision 1.154 by root, Thu May 17 21:11:42 2007 UTC

1665 LOG (llevError, "Trying to put object in NULL.\n%s\n", dump); 1665 LOG (llevError, "Trying to put object in NULL.\n%s\n", dump);
1666 free (dump); 1666 free (dump);
1667 return op; 1667 return op;
1668 } 1668 }
1669 1669
1670 if (where->head) 1670 if (where->head_ () != where)
1671 { 1671 {
1672 LOG (llevError | logBacktrace, "Warning: Tried to insert object into wrong part of multipart object.\n"); 1672 LOG (llevError | logBacktrace, "Warning: Tried to insert object into wrong part of multipart object.\n");
1673 where = where->head; 1673 where = where->head;
1674 } 1674 }
1675 1675

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines