ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/DB.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/DB.pm (file contents):
Revision 1.24 by root, Tue Dec 11 02:42:38 2007 UTC vs.
Revision 1.25 by root, Tue Dec 11 03:38:36 2007 UTC

387 387
388 eval { 388 eval {
389 Storable::store_fd [die => $error], $fh; 389 Storable::store_fd [die => $error], $fh;
390 }; 390 };
391 391
392 warn $error; 392 warn $error
393 if $error;
393 394
394 CFPlus::_exit 0; 395 CFPlus::_exit 0;
395 } 396 }
396 397
397 close $fh; 398 close $fh;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines