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

Comparing deliantra/server/common/image.C (file contents):
Revision 1.7 by root, Thu Sep 14 22:33:58 2006 UTC vs.
Revision 1.8 by root, Thu Dec 14 22:45:40 2006 UTC

264 { 264 {
265 LOG (llevDebug, "Warning, syntax error: %s\n", buf); 265 LOG (llevDebug, "Warning, syntax error: %s\n", buf);
266 continue; 266 continue;
267 } 267 }
268 value = atoi (p); 268 value = atoi (p);
269 xbm[nroffiles].name = strdup_local (q); 269 xbm[nroffiles].name = strdup (q);
270 270
271 /* We need to calculate the checksum of the bmaps file 271 /* We need to calculate the checksum of the bmaps file
272 * name->number mapping to send to the client. This does not 272 * name->number mapping to send to the client. This does not
273 * need to match what sum or other utility may come up with - 273 * need to match what sum or other utility may come up with -
274 * as long as we get the same results on the same real file 274 * as long as we get the same results on the same real file

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines