ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.8 by root, Fri Aug 25 15:21:57 2006 UTC vs.
Revision 1.9 by root, Fri Aug 25 15:31:45 2006 UTC

807 break; 807 break;
808 808
809 default: 809 default:
810 assert (("unsupported event klass in cfperl_invoke", 0)); 810 assert (("unsupported event klass in cfperl_invoke", 0));
811 } 811 }
812
813 if (!callbacks) fprintf (stderr, "short-circuit processing of event %d\n", event);//D
814 812
815 // short-circuit processing if no callbacks found/defined 813 // short-circuit processing if no callbacks found/defined
816 if (!callbacks) 814 if (!callbacks)
817 return 0; 815 return 0;
818 816

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines